]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/README.dbg.txt
applied patch to uncover cells next to 0 automatically
[wxWidgets.git] / wxPython / distrib / README.dbg.txt
CommitLineData
f6bcfd97
BP
1This zip file contains versions of the wxWindows and wxPython binaries
2that have been compiled with __WXDEBUG__ defined. This adds code to
3wxWindows that is a bit more agressive about checking parameter
4values, return values, and etc. When the debugging library senses
5something is wrong it will popup a message dialog telling you so.
6Unfortunately the message is specific to the C++ code but it might
7give you a hint about what went wrong and how to fix it.
8
9Another debugging feature is when the wxPython program exits, it will
10print to stdout information about any wxWindows C++ objects that
11havn't been properly cleaned up.
12
13This archive contains a new wxWindows DLL named wx[version]d.dll that
14should be copied to the windows system directory or some other
15directory on the PATH.You will also find replacements for all of
16wxPython's *.pyd files that are linked to use this DLL. Until I put
17together a new installer, you'll need to copy things manually.
18
19
20Robin