Running two scripts in parallel in Pycharm
Run -> Edit Configurations... Edit your script configuration Check the "Allow parallel run" checkbox at the top
Then just run then normally. You can also pin run tab to not be closed
You can also do:
- Run -> Edit Configurations...
- Find and add a new "Compound" project
- Add your configurations into a single component
- Run it
You can give Multirun a try:
Allows to run multiple run configurations at once: group multiple run configurations and start them in a single click. Not only application and test run configurations can be grouped, but other Multirun configurations can be organized into single run configuration.
It will let you run all configurations in Debug
mode and use breakpoints.