Navigating through the Code
This chapter discusses how to access code from within DDD.
- Compiling for Debugging: Always use `-g' to compile.
- Opening Files: How to open a program for debugging.
- Looking up Items: Searching files and functions.
- Customizing Source: Arranging the source window.
Node:Compiling for Debugging, Next:Opening Files, Up:Navigating