From: Jerome St-Louis Date: Thu, 8 Aug 2013 21:43:11 +0000 (-0400) Subject: ide/Debugger: Fixed F7 not bringing up Output View after a Debug run X-Git-Tag: 0.44.08~34 X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=722e2c14163cc2238d513977b5a3d8e8402daa71 ide/Debugger: Fixed F7 not bringing up Output View after a Debug run --- diff --git a/ide/src/debugger/Debugger.ec b/ide/src/debugger/Debugger.ec index 9a6f633..13ad732 100644 --- a/ide/src/debugger/Debugger.ec +++ b/ide/src/debugger/Debugger.ec @@ -662,9 +662,11 @@ class Debugger break; case stopped: GdbAbortExec(); + HideDebuggerViews(); + GdbExit(); + break; case loaded: GdbExit(); - HideDebuggerViews(); break; } }