[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: PDT / XDebug / JIT Path Mapping

Thanks for the update Dave. How do I fix this for the project I have right now?

--
Shawn Clark

Dave Kelsey wrote:
Thanks for checking this out and the bug report.

As for your 2nd problem, this is another bug in PDT. The remote session initiation requires that your project be on the include path (when you create a new project this is done for you automatically). When you renamed the project, the include path isn't updated with the name change so your projects include path will probably be empty or missing your project folder. Please could you raise a bug about this. Note this is not specific to PDT debugging.

Regards
Dave Kelsey


Shawn Clark wrote:
Got the latest maintenance release of 2.0.1 (M200901290831) which added the ability to have mapped files load up as if they are part of the project. An awesome improvement when debugging on the fly from the browser !

Two issues that have come up:

One is if there is no project open that would logically map to the script file being debugged by XDebug I noticed that the debugger will start and when you go to the properties of the MultiSession Manager the path will say something about no information available.

Logged as bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=262998

Second issue I haven't really been able to find out how my workspace got into this state but it is sort of related to the first issue. The reason why I noticed the first issue is that for some reason I can't select to map a file within my project to the script being debugged by xdebug. If I have 3 or 4 projects open with an index.php the dialog will show all the index.php files in the other projects except the project I want. It was working for a bit. Only thing that changed on my end was that I renamed the project. I have reloaded eclipse with the -clean flag. I cleaned the project and rebuilt it. Both cases the path mapping won't show the file in that project.

For the second issue if anyone can point me where to look to see if a configuration is wrong or a log file that shows some more details I can track down how it is happening but for now it seems I can't debug that one project.

--
Shawn Clark