Results 1 to 2 of 2

Thread: How to stop your programs to view variables

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    49

    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!

  2. #2
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    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
  •  



Click Here to Expand Forum to Full Width