Author Topic: Stopping Execution Of C++ Console Application After Errors v20.03 linux  (Read 2497 times)

Offline EverydayDiesel

  • Multiple posting newcomer
  • *
  • Posts: 11
Hello,

I upgrade to CodeBlcoks v20.03 and now, after hitting F8 to compile, if there is an error it continues program execution anyways.  What settings do I need to change to halt execution if there is an error while compiling?

Thanks in advance!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
If the problem is that it continues building after the first error try this:

Settings -> Compiler
Tab: Build Options
Option max number of errors to log: Set to 1 (I normally use 10 or 0)

Tim S.


C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline EverydayDiesel

  • Multiple posting newcomer
  • *
  • Posts: 11
hello i tried 1 and 10 and it seemed to work about half of the time.

this is crazy that it continues execution when there are compile errors

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
F8 is the shortcut for Debug -> Start.
Is this the command you're executing?

You can check if there isn't disabled dialog in Settings -> Environment -> Disabled dialogs.
(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!]