gdb - GNU Debugger
dbx - UNIX Debugger
gdb "program-name" "additional-args"
dbx "program-name" "additional-args"
gdb and dbx provide an editor interface to the GNU and native system debuggers, respectively. On running either command then an interactive shell window is opened to the debugger command line interface. MicroEmacs then interprets the information from the debugger interface and opens files and hilights the current line as required. The current line is maintained while single stepping through the code.
Buffers opened and referenced by the debugger have the key F9 bound to setting a break point.
The input mode in the shell window may be toggled using key f3
gdb and dbx are macros defined in file hkipipe.emf.
(c) Copyright JASSPA 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12