X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d9550df507d5522ac76887e5876b314b729ed50..4311588bfe40e15dc83154b9653ebc432b42baeb:/interface/wx/debug.h diff --git a/interface/wx/debug.h b/interface/wx/debug.h index ac3164e262..8803ff2546 100644 --- a/interface/wx/debug.h +++ b/interface/wx/debug.h @@ -363,10 +363,13 @@ wxAssertHandler_t wxSetAssertHandler(wxAssertHandler_t handler); void wxSetDefaultAssertHandler(); /** - In debug mode (when @c __WXDEBUG__ is defined) this function generates a - debugger exception meaning that the control is passed to the debugger if - one is attached to the process. Otherwise the program just terminates - abnormally. In release mode this function does nothing. + Generate a debugger exception meaning that the control is passed to the + debugger if one is attached to the process. + + Otherwise the program just terminates abnormally. + + If @c wxDEBUG_LEVEL is 0 (which is not the default) this function does + nothing. @header{wx/debug.h} */