Index: ps/trunk/source/lib/sysdep/os/unix/udbg.cpp =================================================================== --- ps/trunk/source/lib/sysdep/os/unix/udbg.cpp +++ ps/trunk/source/lib/sysdep/os/unix/udbg.cpp @@ -47,7 +47,9 @@ void debug_break() { +#ifndef NDEBUG kill(getpid(), SIGTRAP); +#endif } #define DEBUGGER_WAIT 3