Close debugger when debugging stopped

Completed

Is it possible to make the debugger session.... window/tab/whateveryoucallit close when you're finished debugging? This is quite common (ie: this is the first IDE i us that _dont't_ do this), so it's kinda become a habit not having to ctrl-esc (and quite frequently have to click on the debug tab to give it focus) to close it when I finish debugging.

0
1 comment

Sure. You are looking for "Hide debug window on process termination", under Settings > Build, Execution, Deployment > Debugger.

0

Please sign in to leave a comment.