Is there a Variable Explorer for PyCharm(PyCharm 是否有变量资源管理器)
问题描述
我最近从 Spyder
更改为 PyCharm
作为 Python IDE.在 Spyder
中,我经常使用变量资源管理器功能(见图).PyCharm
中是否也提供此功能?
I recently changed from Spyder
to PyCharm
as a Python IDE. In Spyder
I have often used the variable explorer feature (see picture). Is this feature also available in PyCharm
?
我在这里找到了这个变量资源管理器在 Python 控制台 (traff)
" 应该包含在 PyCharm 3
中,但我找不到.也许有人可以告诉我如何使用该工具.
I found this here, that "Variable explorer in Python console (traff)
" should be included in PyCharm 3
, but I cannot find that. Maybe someone could tell me how to use that tool.
推荐答案
变量列表在 python 控制台 Tools --> Run Python Console... 中可用,如下面的屏幕截图所示.调试器控制台中提供了用于显示变量和监视变量的类似功能.
The variable list is available in the python console Tools --> Run Python Console... as shown in the screen shot below. Similar functionality for showing variables and watched variables is available in the debugger console.
这篇关于PyCharm 是否有变量资源管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PyCharm 是否有变量资源管理器


基础教程推荐
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 筛选NumPy数组 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01