GCC Debugging
This is intended to be a reference/guidebook for those learning to debug code used with the GCC (GNU Compiler Collection).
Tools Edit
Errors and Warnings Edit
Making 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 Edit
Windows Versions