Debugging a Program With dbx

Printing a Source Listing

Use the list command to print the source listing for a file or function. Once you visit a file, list prints number lines from the top. Once you visit a function, list prints its lines.


list [-i | -instr] [+] [-] number
 [ function | filename
 ]