Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] (no subject)

There is one source lookup director per launch (a source locator). The 
source locator manages a common set of source containers, used by all 
source lookup participants. I believe you could view the set of source 
containers as a super set of source containers, used by all participants, 
containing more than one source lookup path. Currently we do not 
explicitly support multiple source lookup paths for a single launch.

Please file a feature request if required.

Darin




Shu Tan/Toronto/IBM@IBMCA 
Sent by: platform-debug-dev-admin@xxxxxxxxxxx
06/07/2004 09:39 AM
Please respond to
platform-debug-dev


To
platform-debug-dev@xxxxxxxxxxx
cc
jdt-debug-dev@xxxxxxxxxxx
Subject
[platform-debug-dev] (no subject)











Hi,

In eclipse 3.0 M9,  It is nice that source lookup has been changed to more
frame oriented approach.   However, I have a question.

It seems that one launch has only one ISourceLookupDirector,  and
ISourceLookupDirector manages the many ISourceContainers,  is it possible
that ISourceLookupDirector
manages two or more different sets of ISourceContainers? and how to do
that?

Let's say that I have different stack frame under one thread or under
different debug target.  For each type of stack frame,  the source search
path is different, ( i.e  each
has a different set of SourceContainers. ).   it seems that
ISourceLookupDirector needs to identify them,  but does it handle it and
how?

Thanks,

Shu Tan








_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top