Hello...

Been using debug a lot in the past with VS 6.0 C++ (Console Applications)... In VS 2005 (with Windows Apps) i noticed the window doesn't activate while you step into your program... I use watch window so would like to enter input data while debugging... I also tried adding a break point, which i notice doesn't work if i run the program (cntrl+F5), not unless i debug (F5) but then again can't maximize/restore the window in this mode...

Any ideas on how to debug whilst interacting with the user interface/window?