reverting PHPDBGInterface to code before attempt to keep debug session running. This...
authorEdward Mann <phpeclipse.dev@edmann.com>
Sun, 6 Apr 2008 20:55:14 +0000 (20:55 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Sun, 6 Apr 2008 20:55:14 +0000 (20:55 +0000)
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGInterface.java

index a4c883e..8e8a36e 100644 (file)
@@ -1127,8 +1127,8 @@ public class PHPDBGInterface {
                                        break;
 
                                case PHPDBGBase.DBGC_END:
-                                       continueExecution();
-                                       proxy.updateView();
+                                        sessionEnded = true; 
+                                        this.proxy.setTerminated(); 
                                        break;
 
                                case PHPDBGBase.DBGC_BREAKPOINT: