petsc-3.9.4 2018-09-11
PetscStopForDebugger
Prints a message to the screen indicating how to attach to the process with the debugger and then waits for the debugger to attach.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscStopForDebugger(void)
Not Collective
Notes: This is likely never needed since PetscAttachDebugger() is easier to use and seems to always work.
Developer Notes: Since this can be called by the error handler, should it be calling SETERRQ() and CHKERRQ()?
See Also
PetscSetDebugger(), PetscAttachDebugger()
Level
developer
Location
src/sys/error/adebug.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages