删除Pycharm Breakpoint Thing

时间:2014-09-17 04:53:55

标签: pycharm

所以...我真的不知道如何说出这个问题,因为我不知道发生了什么,但是每次我保存文件时pycharm都会跳到这个霹雳图标而且令人难以置信的烦恼。我已经插入了图标的图片,如果有人知道如何删除这个东西请告诉我!

enter image description here

2 个答案:

答案 0 :(得分:5)

这是Python Exception Breakpoint。我不小心开始运行一个进程,并创建了断点。

我无法使用Run | View Breakpoints对话框删除它,我认为是因为它在正在运行的进程中。

答案:

Run | Stop 'your_process'

答案 1 :(得分:2)

运行Pycharm 3.4.1。

带有闪电的断点出现在代码中的异常处。您可以通过选择:

来控制此行为以及您设置的断点
(1) On the main menu, choose Run|View Breakpoints.
(2) Press Ctrl+Shift+F8.
(3) In the toolbar of the Debug tool window, click the two overlapped red circles.

弹出屏幕看起来像:

[x] Python Exception Breakpoint
    [x] All exceptions
[ ] Django Exception Breakpoint
    [ ] Template render error
[x] JavaScript Exception Breakpoints
    [x] Any exceptions

[x] All exceptions enabled
[x] Suspend
[ ] Log message to console
[ ] Remove once hit
[ ] Uncaught only

选中或取消选中复选框以获得所需的行为。