Can I execute commands while debugging?
已回答
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?
请先登录再写评论。
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