Lines Matching refs:debugger
240 debugger but should be avoided in source code.
406 `[-display name]` - start all processes in debugger
408 `[-display name]` - start debugger only on encountering an error
411 usual manner of starting the programming in the debugger (because then
414 By default on Linux systems the GNU debugger `gdb` is used, on macOS systems `lldb` is used
416 By default, the debugger will be started in a new
419 the debugger command `cont` should be used to continue execution of
420 the program within the debugger. Rerunning the program through the
421 debugger requires terminating the first job and restarting the
422 processor(s); the usual `run` option in the debugger will not
428 run without the debugger) with the option
434 where you simply list the ranks you want the debugger to run with.
469 error, while `PetscAttachDebuggerErrorHandler()` attaches a debugger to the
476 hanging without running in the debugger) with the option
510 …program is started up. This feature is useful for debugging without needing to start up a debugger.
1132 debugger using GDB and LLDB (on Linux and OS X) or Microsoft’s CDB (on