Pycharm - How do I access the quot;Watchesquot; pane?(Pycharm - 我如何访问“手表?窗格?)
问题描述
我对 Pycharm 有点陌生,我想这应该是一个简单的问题,但我在任何地方都找不到答案...
I'm somewhat new to Pycharm, and I suppose this should be an easy question, but I'm not finding the answer anywhere...
Pycharm 文档有在 Watches 窗格中添加/编辑项目的说明,但文档假定 Watches 窗格已经打开,因此它跳过了如何打开/访问它的步骤.有谁知道我在哪里可以找到/如何打开手表"窗格?
The Pycharm documentation has instructions for adding/editing items in the Watches pane, but the documentation assumes the Watches pane is already open, so it skips the step on how to open/access it. Does anyone know where I can find / how I can open the Watches pane?
推荐答案
在 Debug 窗格的左侧,从上数第 7 个,有一个Restore Layout"按钮,用于取消隐藏 Watches 面板.
In the Debug pane, on the left side, 7th from the top, there is a "Restore Layout" button that unhides the Watches panel.
这篇关于Pycharm - 我如何访问“手表"?窗格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Pycharm - 我如何访问“手表"?窗格?
基础教程推荐
- 求两个直方图的卷积 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 包装空间模型 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
