PyCharm Run Tool Window (Run Tab Window) is missing(PyCharm 运行工具窗口(运行选项卡窗口)丢失)
问题描述
所以最近我的 PyCharm 缺少通常显示运行/调试结果的运行工具窗口.它现在被 python 控制台和服务所取代,这真的很令人沮丧,因为它只是显示乱码和类似命令提示符的格式.
So recently my PyCharm is missing its run tool window that usually show the run/debug results. it is now replaced with python console and services, which is really frustrating because It's just showing gibberish and command-prompt-like format.
如何将运行工具窗口返回为主运行/调试窗口?
How do I return the run tool window back as my main run/debug window?
我已经用红色圆圈圈出了我在这张照片中的意思的选项卡/窗口.
I have circled the tabs/windows that I meant in this pic with red circle.
注意:通常我可以通过按 alt + 4 访问此运行工具窗口.
Note: usually I can access this run tool window by pressing alt + 4.
请看红圈:
这是我的运行配置:
这是我的视图标签栏,它不显示运行 (alt+4):
This is my view tab bar, it doesn't show run (alt+4):
推荐答案
据我了解,您希望将运行图标固定在下方工具栏上.(这对应于运行您最后选择的配置.)
From what I understand you want the run icon pinned to your lower toolbar. (This corresponds to running whatever your last chosen configuration was.)
两个简单的步骤:
1º 查看 ->工具窗口 ->运行
1º View -> Tool Windows -> Run
2º 右击下方工具栏上的运行图标->查看模式 ->停靠固定
2º Right-click run icon on lower tool bar -> View Mode -> Dock Pinned
在 OP 反馈后
如果您的 Run
(Alt+4) 选项完全消失,除了尝试重新安装 PyCharm 之外,建议手动清除可能隐藏的首选项文件.检查以下路径 C:Usersuser_nameAppDataLocalJetBrains
和 C:Usersuser_nameAppDataRoamingJetBrains
, C:用户user_name.PyCharmCE2020.x
和 C:Path_to_your_Project.idea
.其中一些目录可能是隐藏的,因此您必须检查是否已将它们设置为可见.
If your Run
(Alt+4) option has disappeared completely, besides trying a PyCharm reinstall it's advisable to manually clean the preference files that might be hidden. Check the following paths C:Usersuser_nameAppDataLocalJetBrains
and C:Usersuser_nameAppDataRoamingJetBrains
, C:Usersuser_name.PyCharmCE2020.x
, and C:Path_to_your_Project.idea
. Some of there directories might be hidden so you'll have to check you've set them to be visible.
即使重新安装 PyCharm,也可能会保留上述一些配置.很可能导致 Run
消失的任何更改的状态都保存在上述目录中的文件中.
Even by reinstalling PyCharm some of the above configurations are likely to be kept. There's a strong possibility the state of whatever changes that caused Run
to disappear is kept in files inside the above mentioned directories.
这篇关于PyCharm 运行工具窗口(运行选项卡窗口)丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PyCharm 运行工具窗口(运行选项卡窗口)丢失


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