| |
These downloads are now obsolete; please download the bug fixes directly from wingide.com
Custom WingIDE v1.1.10 Modules for Chandler (Linux and OS X only)
The debug-enabled Python 2.3 interpreter embedded in Chandler has been configured --with-pydebug
to display a list of unfreed objects when Chandler exits.
This custom configuration makes our Python incompatible with WingIDE (only on Linux or OS X), so in order to debug Chandler you need to download
a custom dbgtracer23.so file from OSAF and copy it into your WingIDE 1.1.10 installation directory.
You don't need a custom debug module if you are running Windows.
Linux Installation
- Locate your WingIDE installation. On Linux this is probably in
/usr/lib/wingide
- Make a backup of wingide/bin/2.3.0/src/debug/server/dbgtracer23.so, since you will need your original if you plan on debugging other Python projects
- Download our custom dbgtracer23.so and save it in wingide/bin/2.3.0/src/debug/server/
- Run WingIDE as described on the DebuggingChandler wiki
OS X Installation
- Locate your WingIDE installation. On OS X this is probably in
/Applications/WingIDE.app
- Make a backup of WingIDE.app/Contents/MacOS/bin/2.3.0/src/debug/server/dbgtracer23.so, since you will need your original if you plan on debugging other Python projects
- Download our custom dbgtracer23.so and save it in WingIDE.app/Contents/MacOS/bin/2.3.0/src/debug/server/
- Run WingIDE as described on the DebuggingChandler wiki
|