Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Omega1105 on April 25, 2015, 06:28:29 pm

Title: Console Log not being pulled up when there is an error.
Post by: Omega1105 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. 
Title: Re: Console Log not being pulled up when there is an error.
Post by: oBFusCATed 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.
Title: Re: Console Log not being pulled up when there is an error.
Post by: Omega1105 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!