diff --git a/src/beast/modules/beast_core/native/bsd_Threads.cpp b/src/beast/modules/beast_core/native/bsd_Threads.cpp index 03622e9cc9..5573fc48db 100644 --- a/src/beast/modules/beast_core/native/bsd_Threads.cpp +++ b/src/beast/modules/beast_core/native/bsd_Threads.cpp @@ -50,7 +50,7 @@ void Process::setPriority (const ProcessPriority prior) bool beast_isRunningUnderDebugger() { // XXX not implemented for FreeBSD! - bassertfalse; + // bassertfalse; // commented out since it calls isRunningUnderDebugger recursively return false; }