CompuServe Messages

#VB debugging

    05-Oct-91 22:20:39
Sb: #1557-#VB debugging
Fm: Selden McCabe 75300,2244
To: Robert F. Monoson 72701,461
If I may chime in, Robert, one way is to make the immediate window visible, then click on it, and type something like PRINT X also, you can put Debug.print "X=";x in your program, and it will print the variable values into the immediate window. The main drawback here is that you have to make the immediate window visible each program step where you want to look at the variables. Does onyone else have a better method? Selden There is 1 Reply.