Help for this page

Select Code to Download


  1. or download this
    // Define a BREAKPOINT macro that will send the current process a
    // SIGTRAP, causing a drop into the debugger if you're running under
    ...
    #else
    #  define BREAKPOINT kill(getpid(), SIGTRAP)
    #endif