Multithreaded debugging with PyCharm
I tried to debug a multithreaded python application. I setup a breakpoint in a second thread and started debugging using PyCharm 2.7.3.
Nevertheless I'm not able to stop at the breakpoint. How to archive multithreaded debugging with PyCharm?
Robert
Nevertheless I'm not able to stop at the breakpoint. How to archive multithreaded debugging with PyCharm?
Robert
Please sign in to leave a comment.
Please file a bug at http://youtrack.jetbrains.com/issues/PY and add there a sample project to reproduce this issue.