petsc-3.3-p7 2013-05-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

Developer Notes: Since this can be called by the error handler should it be calling SETERRQ() and CHKERRQ()?

See Also

PetscSetDebugger(), PetscAttachDebugger()

Level:advanced
Location:
src/sys/error/adebug.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages