Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug and Remote Session initiation (JIT) Support
XDebug and Remote Session initiation (JIT) Support [message #85075] Fri, 28 November 2008 10:26
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
This facility got broken somewhat when include paths were introduced. The problem is that you should
be prompted to select an appropriate file to open based on the php script file that is being run by
the web server so that it can calculate the correct path mappings and provide the initial script in
the editor to step through and debug. This is currently not happening.

There are 2 issues that cause this. One was bugs in the search engine code which have been
addressed, but the other is to do with the php projects. PHP projects now have the definition of an
include path and it is these include paths that are searched for appropriate files. Old projects do
not have this so your php files are never included in the search.

I guess the safest way to ensure your php files are included in the search is to create new PHP
projects and migrate your files over to the new project. By default new PHP projects add the project
to the include path.

Code fixes are in but you will need newer builds in order for this to work.

PDT 2.0 prior to the inclusion of include paths probably still work.

Dave Kelsey
Previous Topic:Open bugs link on download page is wrong
Next Topic:PDT / Xdebug / Multiple sub domains
Goto Forum:
  


Current Time: Fri Apr 26 22:58:54 GMT 2024

Powered by FUDForum. Page generated in 0.02922 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top