ide/Debugger: Fixed entryPoint flag not being cleared after unloading GDB
authorJerome St-Louis <jerome@ecere.com>
Thu, 24 Apr 2014 20:47:10 +0000 (16:47 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 24 Apr 2014 20:47:10 +0000 (16:47 -0400)
- This was the cause of confusing crashes on startup while debugging on Linux after switching projects

ide/src/debugger/Debugger.ec

index f4c315d..0d084b1 100644 (file)
@@ -2367,6 +2367,7 @@ class Debugger
       targeted = false;
       modules = false;
       needReset = false;
+      entryPoint = false;
       projectsLibraryLoaded.Free();
 
       ide.outputView.ShowClearSelectTab(debug);