Example for adding debug reports to Cafu

Issue #51 wontfix
Carsten Fuchs created an issue

The attached patch demonstrates the addition of automatic debug (crash) reports to Cafu.

Unfortunately, the feature doesn't come without problems: - For the reports to be useful, we need debug information in release builds, too. (See http://wxwidgets.blogspot.com/2009/09/debug-build-changes-in-wx3.html for details.) - The debug reports interfere with (disable) normal post-mortem debugging. - Aren't there external end-user tools that act like post-mortem debuggers but create and send reports like wxDebugReport instead?

Also see http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/71394 for additional information.

Comments (2)

  1. Log in to comment