Using Basic NTSD Commands

These are the most important commands for getting started debugging your application. Command Reference contains the complete list of NTSD commands.

Command Meaning
? Display command summary
bp Set breakpoint, for example "bp main"
g Go — continue execution
ln List near symbols
p Single step
r Display register contents, set register
s+ Set source display mode
u "Unassemble" (disassemble)
v View source lines