When I Start Debugging an application from Visual Studio, it launches the application directly on top of Visual Studio. This imposes a step, albeit small, in my debugging to move the application window to my second monitor, so that I can see the application's state while also watching breakpoints hit. (Sometimes, rarely, I even hit exceptions!)
I have read several posts on SO regarding optimizing Visual Studio for multiple monitors, but most answers revolve around Visual Studio windows, not the debugged application's window. Another answer is specific to console applications. Is there any way to impose the window location I want, or another solution to my problem of an application trapped behind Visual Studio while it's paused?