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

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
>   



Back to the top