如何防止Intellij python调试器进入内置函数?

时间:2013-06-14 01:10:31

标签: python debugging intellij-idea

我正在使用IntelliJ专业版使用python插件,在调试时,我经常发现自己在试图“进入”一个方法时自己进入python库代码。例如:

myfunc(random.randint(0,15))
如果我尝试进入myfunc,

会导致我在randint的内置函数中。

这可以在某处配置吗?我正在使用IntelliJ 12。

1 个答案:

答案 0 :(得分:3)

截至目前(2013年6月),PyCharm不支持​​此功能。

以下是添加功能的凭单:http://youtrack.jetbrains.com/issue/PY-9101

如果您在2013年6月之后阅读此内容,请检查故障单以查看它是否仍处于“打开”状态。

如果机票仍然打开,请投票支持!

可在此处找到解决方法:Debugging with pycharm, how to step into project, without entering django libraries