#include <stdio.h> #include "mpe.h" void MPE_Errors_call_debugger( pgm, dbg, args ) char *pgm, *dbg, **args;
pgm | Name of the program.
| |
dbg | Name of the debugger. If null, use a default (usually dbx)
| |
args | arguments to use in generating the debugger.
This allows things like "xterm -e dbx pgm pid", or
"xdbx -geometry +%d+%d pgm pid". The list should be null terminated.
(The %d %d format is not yet supported).
|
Currently, there is no Fortran interface for this routine.
Location:dbxerr.c