GCC Debugging
This book contains highly nested pages and/or nesting with inappropriate navigation. Please adjust the layout and navigation in order to improve accessibility. For help, see Manual of Style#Nesting. |
This is intended to be a reference/guidebook for those learning to debug code used with the GCC (GNU Compiler Collection).
Tools
editErrors and Warnings
editMaking sense of error and warning messages.
Errors
- these will keep your code from compiling
Warnings
- these indicate areas of code that may cause problems, but won't necessarily break your program
Websites
editWindows Versions