Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

Click the gutter to the left of the code window to set the breakpoint at the line you click, and when it stops at the breakpoint, you can either use the 'Locals' window to look at the values of all currently-in-use variables, add a variable-watch to the 'Watch' window, or use the 'Command Window' to evalute a function or variable:

 

In the Command Window, if f is 5:

? f

That will print '5' underneath your life. You can execute any available function that way too.

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