next up previous contents index
Next: 5.7 Interfacing with XEmacs Up: 5. Debugging with SDCDB Previous: 5.5 Debugger Commands   Contents   Index

5.6 Interfacing with DDD

The .eps File http://svn.sourceforge.net/viewcvs.cgi/*checkout*/sdcc/trunk/sdcc/doc/figures/ddd_example.eps shows a screenshot of a debugging session with DDD (Unix only) on a simulated 8032. The debugging session might not run as smoothly as the screenshot suggests. The debugger allows setting of breakpoints, displaying and changing variables, single stepping through C and assembler code.
The source was compiled with

sdcc --debug ddd_example.c

and DDD was invoked with

ddd -debugger 'sdcdb -cpu 8032 ddd_example'



Erik Petrich 2006-05-02