What is Debugging and releasing?

Sep 27, 2009 at 11:58am
What is Debugging ...Releaseing....how are they done using codeblocks......
Sep 27, 2009 at 12:21pm
When you build a program in Debug mode, you have additional information which can be used while debugging to see what is going on in your program, the Release mode makes the compiled program with a smaller size.
To change it in CodeBlocks, you can just change the value in the 'Build Target' box. To run the debugger press F8 or click on the red icon with an arrow and sheet ( Debug / Continue ) or go via menu: Debug > Start
Topic archived. No new replies allowed.