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

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 ?