next up previous contents index
Next: 4.1 Compiling for Debugging Up: SDCC Compiler User Guide Previous: 3.20 Defines Created by   Contents   Index


4 Debugging with SDCDB

SDCC is distributed with a source level debugger. The debugger uses a command line interface, the command repertoire of the debugger has been kept as close to gdb (the GNU debugger) as possible. The configuration and build process is part of the standard compiler installation, which also builds and installs the debugger in the target directory specified during configuration. The debugger allows you debug BOTH at the C source and at the ASM source level. Sdcdb is available on Unix platforms only.



Subsections

Bernhard Held 2003-08-29