#include <DebugUtils.h>
Definition at line 133 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 4 of file DebugUtils.cc.
Referenced by oasys::FatalSignals::die().