Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] recent changes to source lookup


  interesting - i guess that means it should be added to the remote source lookup participant as well.

  i was also incorrect about how it was being added to the participant list - that should actually work, but for some reason the debugger was not stopping on the breakpoint i set until i switched it around to pass both classes in as a single call.

  thanks for the clarification.

On 10/14/07, Andrei Sobolev <haiodo@xxxxxxxxx> wrote:
Hi Jae,
>   ok, maybe not that recent, but since i checked in the the first cut,
> andrei made some changes and added a DBGPSourceLookupParticipant class - i'm
> wondering what this is supposed to do.
>
ActiveState Tcl interpreter for some eval and exec expressions return
following dbgp://-{number} as filename, and it is required for correct
core retrieval.

Andrei.
>  are there other dbgp implementations that use the 'dbgp' scheme? i've only
> seen 'file' used. also, currently the way it is added to the list of lookup
> participants means it will never fire. they need to be added all together in
> an array list like so:
>
>     addParticipants(new ISourceLookupParticipant[] { new
> DBGPSourceLookupParticipant(), new ScriptSourceLookupParticipant() });
>
>   and even still, this would not work for remote lookups b/c the local and
> remote debug sessions use different lookup participants all together.
>
>   i've got time to contribute again and i just wanted to get on the same
> page as everyone else before diving in...
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



--
-jae

Back to the top