Machine-Level Debugging
Sometimes, it is desirable to examine a program not only at the source level, but also at the machine level. DDD provides special machine code and register windows for this task.
- Machine Code: Examining machine code.
- Machine Code Execution: Stepping across instructions.
- Registers: Examining registers.
- Customizing Machine Code: Settings.
Node:Machine Code, Next:Machine Code Execution, Up:Machine-Level Debugging