I'm having a problem while I've been trying to set up my GUI windows when debugging a project.
I'm moving one window to specific position, and VS2010 Window to another, so I can see both.
The goal is to watch the output window as code is running, it's nothing more than a time saving thing having to do it manually.
The thing is, when I start debugging and the windows position themselves, the active output tab in VS changes to the tab containing the app entry point.
Does anyone know how to prevent this, or programatically activate output tab?
It's just simple, so if in debug windows are positioned differently to release.
#if _DEBUG //manipulate windows #endif