Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Source lookup question

Hi to all,

I'm the developer of php xdebug plugin of phpeclipse.

my scenario:

client with phpeclipse, internal xdebug proxy and local copy of src scripts.
server with apache/php/xdebug and remote src scripts.

in debug launch configuration have a list of local to remote path mapping.
inside stackframe have remote script path, after breakpoint is honored.
to show local src have to compare remote path to all mapping pairs path
and find the right ones.

my question is, where is the right place to do it? inside
SourceLookupParticipant or have to implements a SourceContainer


Regards
Mauro Casciari



Back to the top