Can I execute commands while debugging? Follow
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?
Please sign in to leave a comment.
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