Added code change that will leave the debug session running even after the script...
authorEdward Mann <phpeclipse.dev@edmann.com>
Sat, 9 Feb 2008 23:54:54 +0000 (23:54 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Sat, 9 Feb 2008 23:54:54 +0000 (23:54 +0000)
commita523ce25fc807b1777a9121435201a0bf1e48f9e
treead00d84edd99b9d9481740666e1b47e2c0385fc8
parent170e49b288607fadae31a587aa6c33534d16b4c7
Added code change that will leave the debug session running even after the script has completed. This needs more work, the cookie that is set in the browser is still there after the script finishes. I have not found a way to remove it from the external browser. The Variables are cleaned up, but i have not found a way to remove the files from the Thread tree.
refs #573
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGInterface.java
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGProxy.java
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDebugTarget.java