如何检查intellij IDEA python插件调试器执行中的堆栈帧暂停?

时间:2016-01-05 21:38:17

标签: python debugging intellij-idea

我正在尝试在intellij run中调试脚本,如下所示:

Run > Edit Configurations
> script: cmd.py
Run > Debug

执行:

/usr/bin/python2.7 /home/xxx/.IdeaIC15/config/plugins/python/helpers/pydev/pydevd.py --multiproc --qt-support --client 127.0.0.1 --port 38268 --file ./cmd.py     
pydev debugger: process 14662 is connecting
Connected to pydev debugger (build 143.1184)

我在调试器中点击暂停。 此时执行已停止。但是在调试器窗口中没有帧下拉或图标,可以在其中检查堆栈。

Python 2.7.6,IDEA 15.0.2,Python Community Edition插件(5.0.143)

1 个答案:

答案 0 :(得分:2)

也许“Frames”面板设置为零宽度。

(IDEA 14:)

查看(主菜单) - >工具Windows - >调试。

如果现在看到“Debug”窗口,带有“Debugger”和“Console”选项卡,如果在“Debugger”选项卡中,则无法找到“Frames”面板,也无法找到右上角的“Frames”图标或“调试“窗口,尝试向右拖动”变量“'左边缘(或”手表“,如果你没有看到”变量“面板)。