- wx[version]d.dll. This DLL is compiled with full
- debugging information and with the __WXDEBUG__ set which
- enables some debugging-only code in wxWindows such as
- assertions and failure log messages. The /MDd flag is
- used which means that it is linked with the debugging
- version of the C runtime library and also that you must
- use the debugging version of Python, (python_d.exe and
- pythonXX_d.dll) which also means that all extensions
- loaded by Python should also have the _d in the name.
- With this option you can use the MSVC debugger to trace
- though the Python interpreter, as well as the code for the
- wxPython extension and the wxWindows DLL.
+ wxmsw[version]d.dll. This DLL is compiled with full
+ debugging information and with the __WXDEBUG__ macro set,
+ which enables some debugging-only code in wxWindows such
+ as assertions and failure log messages. The /MDd flag is
+ used which means that it is linked with the debugging
+ version of the C runtime library and also that you must
+ use the debugging version of Python, (python_d.exe and
+ pythonXX_d.dll) which also means that all extensions
+ loaded by Python should also have the _d in the name.
+ With this option you can use the MSVC debugger to trace
+ though the Python interpreter, as well as the code for the
+ wxPython extension and the wxWindows DLL.