Cannot launch multiple debugging on the same script

Answered

I am currently running PyCharm 2018.3.5 and in the previous versions I could launch multiple debugging of the same code just by clicking on the debug button multiple times. Now when I do this a window appears and warns me that my script is not allowed to run in parallel, allowing me to 'stop and rerun' or to 'cancel'. Why I'm getting this message?

1
1 comment

Hi,

You need to check Allow parallel run in your Run/Debug configuration

If you would like to have this option enabled by default for all new configurations, just make a change to a template.

2

Please sign in to leave a comment.