#include <DebugUtils.h>
Definition at line 112 of file DebugUtils.h.
Static Public Member Functions | |
static void | break_here () |
This is a convenience method for setting a breakpoint here, in case the stack is completely corrupted by the time the program hits abort(). |
void oasys::Breaker::break_here | ( | ) | [static] |
This is a convenience method for setting a breakpoint here, in case the stack is completely corrupted by the time the program hits abort().
(Seems completely bogus, but it happens.)
Definition at line 20 of file DebugUtils.cc.
References oasys_break().
Referenced by oasys::FatalSignals::die().