Razer
Razer

Reputation: 8211

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?

Upvotes: 5

Views: 2712

Answers (1)

Nafiul Islam
Nafiul Islam

Reputation: 82550

PyCharm 2 does not have good support (like the one you seek) for multithreaded debugging. PyCharm 3 does though.

Upvotes: 0

Related Questions