Compiling a program for debugging

In order to debug your program at the source code level, you need to compile your program with certain compiler options that instruct the compiler to generate symbolic information and debug hooks in the object file. See your compiler reference documentation on how to compile your program with debug information.  

Related Tasks
ngaix.gif (1051 bytes)ngwin.gif (1069 bytes)Optimized code debugging
Writing a program for debugging