Next:
Using debugger to debug
Up:
Notes on Shared-Memory Model
Previous:
Process diagnostics:
 
Contents
Debugging tools
Subsections
Using debugger to debug C programs
Starting execution
Setting a breakpoint
Single stepping
Stepping inside a function
Continuing execution
Printing the value of a variable
Determining the type of the variable
Selecting a source file
Listing a source file
Editing a source file
Debugging core dumps
Following are possible causes of a core dump
Debugging infinite loops
Following are possible causes of an infinite loop
Some useful hints to debug parallel/distributed programs
Sushil Prasad 2004-09-16