Author Topic: Debug Build Option Missing  (Read 3117 times)

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Debug Build Option Missing
« 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. 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debug Build Option Missing
« Reply #1 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...
(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!]