[RESOLVED] debug.print stopped working
VS2008 V basic
Can't imagine what stupid thing I've done this time but the command does not give any output in my current project. I opened an older project and it works fine. Using syntax: debug.print ("OK") and look for printed line in immediate window. Is there some setting I could have inadvertently disabled or have maybe discluded some imports? Only import is forms.
very confused...
Re: debug.print stopped working
You have probably switched from running the Debug to running release. Look at Build / Configuration Manager in Express.
Re: debug.print stopped working
Thank you very very much. It is fixed now.