CompuServe Messages

VB debugging

    05-Oct-91 23:14:11
Sb: #1574-VB debugging
Fm: Ted M. Young 76703,4343
To: Selden McCabe 75300,2244
Selden, There's really no other way to monitor variables than the way you suggest (doing a Debug.Print). Although, if you have a mono monitor, and a third-party library such as VBTools, you can print to the mono screen. I do this and it helps a little bit (at least I don't need the immediate window viewable all the time), but it's no replacement for a real VB debugger. – Ted