TheKingOfWit Posted February 22, 2003 Posted February 22, 2003 i'm kinda new to VB and all that. now i remember seeing people use debug.print to see results of things. how do i do this in VB.Net and what's the best why to do things like, show values of variables and stuff like that? Quote
*Experts* Volte Posted February 22, 2003 *Experts* Posted February 22, 2003 You can use Debug.WriteLine to write to the debug window, or when you set a break point the Autos window will show the list of variables that are currently in use. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.