有谁知道如何打破 pycharm 中未处理的异常?根据此链接,它应该是可能的,尽管它对我来说并没有破坏(构建 105.58)。我必须打开一些开关才能启用它吗?
编辑:我按照你的建议做了,但调试器并没有中断未处理的异常。请查看下面的屏幕截图,如果我需要做其他事情,请告诉我。
这似乎与在 pydev/gae 中打破未处理的异常是同一个问题。Pycharm 使用 pydevd 作为调试器。
C:\Python25\python.exe "C:\Program Files\JetBrains\PyCharm 1.2.1\helpers\pydev\pydevd.py" --client 127.0.0.1 --port 49371 --file C:/Users/morpheus/PycharmProjects/untitled1/main.py
pydev debugger: warning: psyco not available for speedups (the debugger will still work correctly, but a bit slower)
pydev debugger: starting
Connected to pydev debugger (build 105.58)
我可以让它在非 gae 项目上中断,但它不会在 gae 项目上中断。如何解决这个问题?