int PetscSetDebugger(const char debugger[], int xterm)Not Collective
debugger | - name of debugger, which should be in your path, usually "dbx", "gdb", or "xxgdb". Also, HP-UX supports "xdb", and IBM rs6000 supports "xldb". |
xterm | - flag to indicate debugger window, set to either 1 (to indicate debugger should be started in a new xterm) or 0 (to start debugger in initial window (the option 0 makes no sense when using more than one processor.) |
Level:developer
Location:src/sys/src/error/adebug.c
System Index
Table of Contents