[SOLVED] How can I auto switch to Edit layout from Debug layout once I am done debugging?
-
wrote on 27 Jul 2011, 18:45 last edited by
Hello,
How can I auto switch to Edit layout from Debug layout once I am done debugging?
If not, is there a shortcut key to do just that?
Thanks!
-
wrote on 27 Jul 2011, 18:51 last edited by
Try Ctrl-2 (or Command-2 on a Mac).
-
wrote on 27 Jul 2011, 18:54 last edited by
Ctrl-2 works - thanks! (I am on Ubuntu).
No way to do it automatically?
-
wrote on 27 Jul 2011, 19:00 last edited by
None that I'm aware of. If you find out, I'd like to know too. :-)
-
wrote on 28 Jul 2011, 02:56 last edited by
If you are in Edit view and you start debugging it should switch to Debug view,
when you done debugging just hit Continue to finish debugging session and it will switch back to Edit view.
Just like in Visual Studio but I swear it was not switching this morning.
-
wrote on 28 Jul 2011, 08:04 last edited by
Tools->Options->Debugger->Switch to previous mode on debugger exit.
-
wrote on 28 Jul 2011, 15:12 last edited by
bq. Tools->Options->Debugger->Switch to previous mode on debugger exit.
Great to know! Thanks!
-
wrote on 5 Aug 2011, 20:17 last edited by
Or just hit <Escape>