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

The remote session initiation doesn't attempt to look for any predefined web launch configuration nor does it attempt to look for any predefined server definition. It creates a temporary launch configuration (seen as <unknown>). So it is working as currently designed in that respect.

How exactly does this fail for you ?

Dave Kelsey

Hell No wrote:
Hi,

The configuration:

Using PDT 2.0 all-in-one out-of-the-box from this site.

XDebug JIT is set to "any"

The only PHP server (also default):
*url: https://host
*path on server: /foo/bar/host/htdocs-ssl
*local path: /project_name/htdocs-ssl

NB! Thous two point to the same (physical) folder.

The only defined debug configuration:
file: /project_name/htdocs-ssl/x.php
autogen: off
autogen-url: /x.php

Executing this debug config manually - everything works as expected.

However, if no debug config was chosen before and debug session is initiated by client - an <unknown> configuration is used - that obviously fails miserably.

JIT works only when some config has been loaded and ended but not removed - which is quite annoying extra step to start debugging.

Bug or misconfiguration ?