Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: EverydayDiesel on April 27, 2020, 07:55:03 am

Title: Stopping Execution Of C++ Console Application After Errors v20.03 linux
Post by: EverydayDiesel on April 27, 2020, 07:55:03 am
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!
Title: Re: Stopping Execution Of C++ Console Application After Errors v20.03 linux
Post by: stahta01 on April 27, 2020, 11:00:11 am
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.


Title: Re: Stopping Execution Of C++ Console Application After Errors v20.03 linux
Post by: EverydayDiesel on April 27, 2020, 03:27:11 pm
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
Title: Re: Stopping Execution Of C++ Console Application After Errors v20.03 linux
Post by: oBFusCATed on April 27, 2020, 07:31:32 pm
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.