diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 5cd390dfd4..b6e424dbcc 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1141,6 +1141,18 @@ #define wxUSE_UXTHEME 0 #define wxUSE_UXTHEME_AUTO 0 +// ---------------------------------------------------------------------------- +// Crash debugging helpers +// ---------------------------------------------------------------------------- + +// Set this to 1 to be able to use wxCrashReport::Generate() to create mini +// dumps of your program when it crashes (or at any other moment) +// +// Default is 1 if supported by the compiler (VC++ and recent BC++ only). +// +// Recommended setting: 1, set to 0 if your programs never crash +#define wxUSE_CRASHREPORT 0 + // ---------------------------------------------------------------------------- // obsolete MSW settings, don't change // ----------------------------------------------------------------------------