+ menuFile->Append(Except_ThrowObject, _T("Throw an &object\tCtrl-O"));
+ menuFile->Append(Except_ThrowUnhandled,
+ _T("Throw &unhandled exception\tCtrl-U"));
+ menuFile->Append(Except_Crash, _T("&Crash\tCtrl-C"));
+ menuFile->AppendSeparator();
+#if wxUSE_ON_FATAL_EXCEPTION
+ menuFile->AppendCheckItem(Except_HandleCrash, _T("&Handle crashes\tCtrl-H"));
+ menuFile->AppendSeparator();
+#endif // wxUSE_ON_FATAL_EXCEPTION
+#ifdef __WXDEBUG__
+ menuFile->Append(Except_ShowAssert, _T("Provoke &assert failure\tCtrl-A"));