Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: spflanze on April 19, 2019, 07:13:54 am

Title: Debug Build Option Missing
Post by: spflanze on April 19, 2019, 07:13:54 am
I am attempting to follow the directions here:
http://wiki.codeblocks.org/index.php/Debugging_with_Code::Blocks
to build a debug version of an application. In the dialog that opens when navigating to:
Menu => Project => Build Options
I see in the left pane's tree under the project name only "Release". I do not see "Debug". How is Debug added to this tree?

This is for a wxWidgets project that uses wxSmith. The compiler is TDM-GCC-64. I am able to use the Wizard to create, compile, and run, a wxWidgets starter project.

Code::Blocks version 17.12 running in Windows 7. 
Title: Re: Debug Build Option Missing
Post by: oBFusCATed on April 19, 2019, 09:13:30 am
In the wizard you have to select the Debug target for creation. If you don't have it goto Project -> Properties -> Build Targets and create a new one. You'll have to set it up from scratch...