Go to the first, previous, next, last section, table of contents.


Introduction

RamDebugger is a graphical debugger for the scripting lenguage Tcl-TK. It can operate basically in two modes:

With RamDebugger, it is possible to make Local Debugging, where the debugger starts the program to be debugged. and Remote debugging, where the program to debug is already started and RamDebugger connects to it.

RamDebugger has additional capabilities like:

GUI modeNon GUI mode inside Tkcon

Note: RamDebugger can also be an IDE for compiling and debugging c/c++ code. It uses GDB as a backend. See section Compiling/Debugging c++ for details.


Go to the first, previous, next, last section, table of contents.