Tue, 15 Feb 2011 20:04:42 +0100
Forgot a statement in the last change.
Debugger/DebugServer.py | file | annotate | diff | comparison | revisions |
--- a/Debugger/DebugServer.py Tue Feb 15 19:56:54 2011 +0100 +++ b/Debugger/DebugServer.py Tue Feb 15 20:04:42 2011 +0100 @@ -308,6 +308,8 @@ @keyparam runInConsole flag indicating to start the debugger in a console window (boolean) """ + self.running = False + if not self.passive or not self.passiveClientExited: if self.debuggerInterface and self.debuggerInterface.isConnected(): self.shutdownServer()