Go to the first, previous, next, last section, table of contents.


Examining Source Files

can print parts of your program's source, since the debugging information recorded in the program tells what source files were used to build it. When your program stops, spontaneously prints the line where it stopped. Likewise, when you select a stack frame (see section Selecting a frame), prints the line where execution in that frame has stopped. You can print other portions of source files by explicit command.

If you use through its GNU Emacs interface, you may prefer to use Emacs facilities to view source; see section Using under GNU Emacs.


Go to the first, previous, next, last section, table of contents.