Tuesday, 15 February 2011

php - XDegug session termination (PDT) -


When I end the XDebug session in PDT, cookies are not deleted and the session is still active. Thus, I have to end each debugging session manually with XDEBUG_SESSION_STOP in the browser, otherwise, while trying to connect Xdebug, I run the script without debugging. Is this a PDT issue, or maybe I'm doing something wrong? My configuration: Eclipse 4.4.2, Xdebug 2.3.1, Windows 7 X64. Thank you.

This is a bug, in order to ignore debug session restoration, "jit" in debug configuration Disable, or manually remove cookies (for example Firefox / Chrome plugin).

Bug Report:


No comments:

Post a Comment