Compiling a program for debugging

Note: This section does not apply to compiling WebSphere Application Server Enterprise Edition server programs.

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