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.
当我使用 vscode 调试一个多线程的 Python 程序时,我发现当一个断点被命中时所有线程都被挂起。有什么方法可以选择只暂停一个线程或像 Pycharm 那样暂停所有线程?