Open main menu

CDOT Wiki β

Changes

Debugger

1 byte removed, 01:17, 17 January 2014
no edit summary
Typical features of a debugger include:
* the ability to [[DissassemblerDisassembler|disassemble]] code
* the ability to cross-reference and display source code and addresses (of functions and variables)
* the ability to execute single instructions or lines of code (single-step)