Can I execute commands while debugging?

Answered

Can I execute commands while debugging?  That is step through the program line by line and execute commands from the command line/python windows calling on the variables in the current iteration?


1 comment
Comment actions Permalink

Sure, there is a Console tab that allows you to do that. Just open it and click Show Debug Console:

To have it enabled by default, make sure Always show Debug Console is checked in Settings/Preferences | Build, Execution, Deployment | Console

0

Please sign in to leave a comment.