Help for this page
// 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