[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] XDebug JIT fails ... somewhere
|
- From: tanzanite7@xxxxxxxxx (Hell No)
- Date: Wed, 21 Jan 2009 15:06:57 +0000 (UTC)
- Newsgroups: eclipse.tools.pdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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 ?