I am attempting to follow the directions here:
http://wiki.codeblocks.org/index.php/Debugging_with_Code::Blocksto 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.