[issue42338] Enable Debug Build For Python Native Modules in Windows, with Visual Studio Toolchain

Steve Dower report at bugs.python.org
Fri Feb 19 16:02:26 EST 2021


Steve Dower <steve.dower at python.org> added the comment:

That's the best solution.

Alternatively, you can install the debug binaries of CPython using the option in the installer, recompile 3rd party packages from source, and use true debug builds that way.

Unfortunately, there's not much we can do about 3rd party packages being complicated to compile. You'll have to work with those projects.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42338>
_______________________________________


More information about the Python-bugs-list mailing list