Showing 3 results for the tag: Visual Studio.

Docking Windows in Visual Studio

I made a mistake today when trying to move tool windows around in Visual Studio – I merged the two docking frames at the bottom while debugging.  I couldn’t figure out how to split them again, so I decided to search for a solution.  MSDN came to the rescue
When you drag a [...]

Read more »

Problem solved: Visual Studio stealing focus when breakpoint is hit

How many times have you been debugging and while you waited for a breakpoint to hit you switched to another application.  Then, while you were typing, the breakpoint hits and focus is ripped from the application your were typing into and set to Visual Studio.  In most cases the breakpoint is in code you have [...]

Read more »

Upgrading to IE8 breaks debugging with Visual Studio 2005

Since Microsoft published IE8 as a Windows Update and my boss said he upgraded to it, I figured it was safe to upgrade to it as well.  I’ve been enjoying the changes for a couple days now, but when I attempted to debug an ASP.NET application with Visual Studio 2005, it would no longer stop [...]

Read more »