问题
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.
回答1:
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.
Happy Coding..!!!
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).
This also works. :)
回答2:
- Click the "View" at the top of the window.
- Then Click on the "Floating Report Window".
- A floating window will appear at the botton of the screen.
- Then Resize that floating Window.
- At last click on the inner tabbed close button.
回答3:
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.
回答4:
simple!
- Goto "view" at the top of the window.
- A whole bunch of options shall drop down.
- Check "floating report window".
- Thats it!
回答5:
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.
回答6:
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!
来源:https://stackoverflow.com/questions/25704270/no-error-window-in-dev-cpp