[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: XDebug JIT fails ... somewhere

Sounds like linked folders could be the issue here.

Dave Kelsey

Hell No wrote:
Dave Kelsey wrote:

What should happen is that when the remote session is initiated, you
should be prompted to select an appropriate file from your workspace
which matches the one seen by xdebug on the initiation of the script.
Once you select that file, a path mapping is created for that debug
session only that maps between the remote file and your files in the
workspace.

That prompt indeed does not show up. It does show up with local projects though.


I interpret the given error as it failing to find any candidates to choose from.

One more tid-bit that might or might not be of use: all source folders in the problematic project are linked: project_name/folder -> P:\folder where P is a mapped drive /foo/bar/host/folder.

see bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=259988

Good to know that that particular problem is known.

Did you create a new PDT project from scratch to test this ? imported
old projects may not work due to the include path feature added.

I recreated all projects - nothing from older installations was ever used.

One final thing to check is the initial script defined on the include path ?

Under PHP Include path is the project itself - that includes the initial script as it is part of the project. ... if i understood the question.