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.
我正在评估 Pycharm 3 的金字塔开发。我的问题是如何在 pycharm 3 中调试/设置断点金字塔测试用例。
要运行测试用例,我给出以下命令
python setup.py test -q
我在 pycharm 中配置它,从 pycharm 运行测试用例。但是如果我设置调试指针/断点,控制不会停止。它运行测试用例而不停止任何断点。
谢谢阿尼鲁达
请参阅有关断点和调试的 PyCharm 文档。