Author Topic: Console Log not being pulled up when there is an error.  (Read 2238 times)

Offline Omega1105

  • Single posting newcomer
  • *
  • Posts: 3
Console Log not being pulled up when there is an error.
« on: April 25, 2015, 06:28:29 pm »
I have started doing c++ recently, and like many people, am making errors. MY problem is if I have even a simple missing semi-colon, I get a red rectangle, and I get no Build Log or Console Log messages. I have uninstalled and re-installed Code::Blocks, but nothing happens. I have a screenshot of the problem. It goes all the way to my Windows taskbar, and the missing semi-colon is on purpose. 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Console Log not being pulled up when there is an error.
« Reply #1 on: April 25, 2015, 06:32:04 pm »
Press f2 or go to view->logs to show the logs. If it doesn't popup you'll have to delete your perspective. Check the view menu.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Omega1105

  • Single posting newcomer
  • *
  • Posts: 3
Re: Console Log not being pulled up when there is an error.
« Reply #2 on: April 25, 2015, 07:29:05 pm »
Dude, thank you. You are a lifesaver. I had had the log button checked, but in the perspective tab of "Delete Current", it worked. Thanks again!