Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, there are a few things I like to ask related to Codeblocks IDE with GCC/G++:

1) I'd like to know if there's any good tutorial or web explaining how to exploit gcc's debug options. What I mean is, my intention is that when I use the 'debug' build instead of 'release' build, I want for example, that through the console, it shows me cout's or other function call that I put along the code.
But I don't want to compile that code when I want to build in 'release' mode. Is there a way to accomplish what I mean? I know there is since I seen it somewhere else or it has been commented.

2) What other things should I take into account to debug? For example, classes related in c++ to debug? Or third-party libraries?

Thanks.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900