VS 2005 debug.print No longer working

I have been using debug.print in a VB project in Visual Studio 2005. It has been printing to the Immediate window just fine. I then installed IE7.0, and now nothing shows up in my Immediate window. It's like the functionality broke. I can't find any settings for this.

Do you have any ideas I have tried a new project, added a button, put in a debug.print ("HELLO") statement, and it never shows up in the immediate window. I have also tried re-installing VS2005.

Thanks for any ideas!



Answer this question

VS 2005 debug.print No longer working

  • drweaver

    I'm going to try and reproduce this problem. Can you tell me what your OS is, and are you using the release version of IE7.0 (as opposed to any of the RCs or a beta)

    John



  • JavaBoy

    It is just a plain old Windows Forms app. I tried importing the settings on my other build machine (that machine works fine) and it didn't help.
  • danych

    Is this a web based application, or just a Windows forms or console application

    John



  • VS 2005 debug.print No longer working