The EventHandler compiler can generate C or C++ code from the
EventHandler Interface Definition Interface. This version of the
SimpleDebugger is identical in functionality to the C version, except
implemented in C++ code rather than C code. We suggest that you study and compare the source code in SimpleDebugger.c and SimpleDebugger.cpp.
The documentation for the C++ version of the SimpleDebugger is identical to the documentation for the C version of the SimpleDebugger.