C++ Dev cpp 中没有错误窗口

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25704270/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 11:24:06  来源:igfitidea点击:

No error window in Dev cpp

c++idedev-c++

提问by Jay Patel

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.

我尝试在菜单栏中查看部分,但找不到解决方案。

enter image description here

enter image description here

Any settings help will be appreciated.

任何设置帮助将不胜感激。

回答by Bhavuk Mathur

No need to be sorry.. it happens..

不需要抱歉..它发生了..

  1. Right click the status bar
  2. Click on floating report window.
  3. A movable window will come up.
  4. Click on the inner tabbed close button. (You may have to right-click the report window to resize it and see the close button)

  5. After that just randomly resize the window so that it doesn't hide again.

  1. 右击状态栏
  2. 单击浮动报表窗口。
  3. 会出现一个可移动的窗口。
  4. 单击内部选项卡式关闭按钮。(您可能需要右键单击报告窗口以调整其大小并查看关闭按钮)

  5. 之后只需随机调整窗口大小,使其不再隐藏。

Happy Coding..!!!Error Window

快乐编码..!!!Error Window

Edit- As @Alex suggested in one comment below -

编辑- 正如@Alex 在下面的一条评论中所建议的 -

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).

您可能在更改其大小时隐藏了错误窗口。所以它隐藏在编辑器窗口和状态栏之间。尝试先关闭状态栏(鼠标右键单击 -> 状态栏),然后将错误窗口拉伸到正常大小(单击并向上拉下窗口)。

This also works. :)

这也有效。:)

回答by Shubham Srivastava

  1. Click the "View"at the top of the window.
  2. Then Click on the "Floating Report Window".
  3. A floating window will appear at the botton of the screen.
  4. Then Resize that floating Window.
  5. At last click on the inner tabbed close button.
  1. 单击窗口顶部的“查看”
  2. 然后点击“浮动报表窗口”。
  3. 屏幕底部会出现一个浮动窗口。
  4. 然后调整浮动窗口的大小。
  5. 最后单击内部选项卡式关闭按钮。

回答by Alex

I had same problem. If you restart your devcpp you will see report bar(including compile log). But if you try to click it it will dissapear. The problem is that this window is shrunk in size to a bar. All you need is just after restarting devcpp click and stretch this bar to small size window.

我有同样的问题。如果您重新启动 devcpp,您将看到报告栏(包括编译日志)。但是,如果您尝试单击它,它将消失。问题是这个窗口缩小到一个条形。您所需要的只是在重新启动 devcpp 后单击并将此栏拉伸到小尺寸窗口。

回答by Ferrari

simple!

简单的!

  1. Goto "view" at the top of the window.
  2. A whole bunch of options shall drop down.
  3. Check "floating report window".
  4. Thats it!
  1. 转到窗口顶部的“视图”。
  2. 一大堆选项会下降。
  3. 勾选“浮动报表窗口”。
  4. 就是这样!

回答by Alaa M. Gouda

Go to Tools menu then select Environment Options then go to compilation progress area, check the Show during compilation option and uncheck the Auto close after compilation option.

转到工具菜单,然后选择环境选项,然后转到编译进度区域,选中编译期间显示选项并取消选中编译后自动关闭选项。

回答by Ibba

I tried all of these answers, couldn't find it yet. I tried pressing the F key buttons and it popped up. So all that needs to be done is press F2!

我尝试了所有这些答案,但还没有找到。我尝试按 F 键按钮,它弹出。所以所有需要做的就是按F2!