WxHaskell/Development/Debugging

From HaskellWiki
< WxHaskell‎ | Development
Revision as of 17:55, 24 February 2015 by Henk-Jan van Tuyl (talk | contribs) (Created page with "{{Stub}} Some tips on debugging == Windows == === Crashes === When your wxHaskell program crashes, look in the [http://maximumpcguides.com/windows-7/how-to-check-system-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This article is a stub. You can help by expanding it.


Some tips on debugging


Windows

Crashes

When your wxHaskell program crashes, look in the application audit log for an error message and make a note of the exception code. Use a search engine to find an explanation for this code.

Exception code 0x40010006

This code indicates that a debug message is written, probably by wxWidgets. Run your wxHaskell program in the GNU debugger to see the debug message(s).