Pycharm professional does not show workspace

Answered

When running a script on Pycharm professional it always showed in the python console, hence, saving in the workspace all the variables created during the execution. However, for some reason when I try to run a script now  it appears in the "run" tab, hence it does not get the workspace. How can I run the scripts in the python console again

0
1 comment

You need to enable the Run with Python Console checkbox in your run configuration (Run | Edit Configurations...)

You can also enable it in the run configuration template so that all new run configurations will have it by default:

0

Please sign in to leave a comment.