CompuServe Thread

#VB debugging

2 messages in this thread
#1969From: John TrustmanOct 8, 1991 5:51 AM
Selden, I find the most useful way to go about creating a variable watch window in VB is to write a sub with the debug.print calls in it and insert it into the code where needed. I then set up my immediate window as a wide window across the bottom of the screen. It's a poor substitute for a real watch window, but ok for a 1.0 release development environment. – JwT There is 1 Reply.
#2072From: Selden McCabeOct 8, 1991 3:00 PM
Neat trick! Thanks for the tip, I'll try it!