How do I use the variables debugging window?

The debugging window, for me, seems empty. How can I see the current variables?

Tagged:

Answers

  • Answer ✓

    I haven't tried yet, but in most debuggers, you need to put a breakpoint and stop the program at one stage to be able to see the values of the variables when the program reaches this state / line.

  • I have now tried, and that's indeed how it works.

Sign In or Register to comment.