Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable "Break Mode" page in VS2015

Recently migrated from VS2010 to 2015. Now when I pause a running app to work on it, I get this very annoying "Break Mode" page with "The application is in break mode". Well, no shoot Sherlock, I pressed pause. I know its in break mode. The page is annoying and takes me away from the code I was going to work on completely unnecessarily.

I didn't get this annoying page in 2010. I may have some setting switched back then on 2010 but too long to remember.

Is there a way to disable this silly break mode page in VS2015?

like image 602
Wolfie Avatar asked Mar 24 '16 15:03

Wolfie


1 Answers

The best solution I've found so far is to drag the "Break Mode" tab to the bottom of your screen (so it is attached like a toolbar window) and make it as small as possible. Then when you pause and get this screen it at least doesn't cover your existing view.

like image 67
Code Commander Avatar answered Sep 19 '22 07:09

Code Commander