Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图调试一个多线程的 python 应用程序。我在第二个线程中设置了一个断点并开始使用PyCharm 2.7.3.
PyCharm 2.7.3
尽管如此,我无法在断点处停下来。如何使用 PyCharm 归档多线程调试?
PyCharm 2 对多线程调试没有很好的支持(如您所寻求的支持)。PyCharm 3 可以。