next up previous contents index
Next: 5.1.1 Compiling for Debugging Up: 5. Debugging Previous: 5. Debugging   Contents   Index


5.1 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.



Subsections

2008-12-05