Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
whats wrong? when i click start on the debug menu, it some up with a yellow arrow with a red background and says something like "this is the next line to be exicuted. u may change the next line to be exicuted by draging the arrow to the line, this me have unforseen coniquences" whats up? I dont know how to work the vb code window so i'll see if u guys can help me with that if not i'll have to fiqure out how to use it
  • *Experts*
Posted

Breakpoints stop your code from executing at a certain point so you can pinpoint the exact line of code that causes an error. While in break mode, you can press F8 to step through your code one at a time, and you can hover your mouse over a variable in the code window and a tooltip will tell you the value.

 

Very useful for debugging. :)

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...