PyCharm IDE breakpoints don't work in subprocess call PyCharm IDE breakpoints don't work in subprocess call flask flask

PyCharm IDE breakpoints don't work in subprocess call


debugger doesn't work because is not a subprocess, but an external call. see this answer for possible workarounds.


Try configuring this python running configuration in "Edit Configurations". After that, run in debug mode.

Example