How to access data after finished running the program in Pycharm?
Answered
After running the program (shift F10), I want to access the variables for further checking the results.
I can just view the result in the "Run" windows but cannot input any command.
What should I do?
Please sign in to leave a comment.
Please try with "Run with Python Console" option selected in your Run configuration (Run| Edit Configurations...).