Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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?
  • *Experts*
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...