No error window in Dev cpp(Dev cpp 中没有错误窗口)
问题描述
我很抱歉这个愚蠢的怀疑.
I am sorry for this silly doubt.
但是当我编译这个程序时,它只显示错误行.它不显示错误窗口.
But when I compile this program, it only shows error line. It does not show error window.
(我这里故意出错,我知道代码中的正确解决方案).
(I have purposely made an error here, I know the correct solution in code ).
我尝试了菜单栏中的查看部分,但找不到解决方案.
I tried view section in menu bar, but couldn't find the solution.
任何设置帮助将不胜感激.
Any settings help will be appreciated.
推荐答案
不用道歉..它发生了..
No need to be sorry.. it happens..
- 右键点击状态栏
- 点击浮动报告窗口.
- 会出现一个可移动的窗口.
单击内部选项卡式关闭按钮.(您可能需要右键单击报告窗口来调整其大小并看到关闭按钮)
- Right click the status bar
- Click on floating report window.
- A movable window will come up.
Click on the inner tabbed close button. (You may have to right-click the report window to resize it and see the close button)
然后随机调整窗口大小,使其不再隐藏.
After that just randomly resize the window so that it doesn't hide again.
快乐编码..!!!
编辑 - 正如@Alex 在下面的一条评论中建议的那样 -
Edit - As @Alex suggested in one comment below -
您可能在更改错误窗口大小时隐藏了错误窗口.所以它隐藏在编辑器窗口和状态栏之间.尝试先关闭状态栏(鼠标右键单击 -> 状态栏),然后将错误窗口拉伸到正常大小(单击并向上拉下窗口).
You probably hid Error window while you were changing it's size. So it's hidden between Editor window and Statusbar. Try to close Statusbar first (right mouse click -> Statusbar) and then stretch Error window to normal size (click and pull lower window bound up).
这也有效.:)
这篇关于Dev cpp 中没有错误窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Dev cpp 中没有错误窗口
基础教程推荐
- 调用std::Package_TASK::Get_Future()时可能出现争用情况 2022-12-17
- 设计字符串本地化的最佳方法 2022-01-01
- 如何在 C++ 中处理或避免堆栈溢出 2022-01-01
- 运算符重载的基本规则和习语是什么? 2022-10-31
- C++ 标准:取消引用 NULL 指针以获取引用? 2021-01-01
- 您如何将 CreateThread 用于属于类成员的函数? 2021-01-01
- 什么是T&&(双与号)在 C++11 中是什么意思? 2022-11-04
- 如何定义双括号/双迭代器运算符,类似于向量的向量? 2022-01-01
- C++,'if' 表达式中的变量声明 2021-01-01
- C++ 程序在执行 std::string 分配时总是崩溃 2022-01-01