X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60b881f7a6cf720d084ee7f8dd577c37160435e7..36b6448cc3b65c0167ad2100003aaec2ad429d3c:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 7d868578b9..77aa53d073 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -133,6 +133,16 @@ // Recommended setting: 1, set to 0 if your programs never crash #define wxUSE_STACKWALKER 1 +// Set this to 1 to compile in wxDebugReport class which allows you to create +// and optionally upload to your web site a debug report consisting of back +// trace of the crash (if wxUSE_STACKWALKER == 1) and other information. +// +// Default is 1 if supported by the compiler. +// +// Recommended setting: 1 under Win32, it is not especially useful elsewhere +// currently +#define wxUSE_DEBUGREPORT 1 + // ---------------------------------------------------------------------------- // Unicode support // ----------------------------------------------------------------------------