Using VWD 2005 Express, Windows XP, IIS 5.

VWD won't go into debug mode if an existing IE8 window is already up and running. Breakpoints are not hit and Debug.Print statements do not write anything to the debug window.

Now, if I close all IE8 Windows, hit F5 I am able to get into debug mode. However, if while my debug Window is open I open a 2nd Window and then close the debug window - VWD remains in debug mode. I have to close the 2nd Window to get out of debug mode.

Basically, in order to debug properly I cannot have any other IE8 Windows open.

Is there a setting somewhere that I need to apply/turn off?