|
-
Apr 27th, 2005, 05:24 PM
#1
Thread Starter
Member
How to stop your programs to view variables
How can you stop your program when it's running and find out what the variable values are? (I've done it before, when you go over the variable with the mouse it gives you info on it) Thanks!
-
Apr 27th, 2005, 05:30 PM
#2
Frenzied Member
Re: How to stop your programs to view variables
You click on the left hand side of your code, that will be a breakpoint. Then at the breakpoint, you right click on a variable and "Add to Watch" and you can see the data being put into the variable...
press F11 to step through
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|