I can’t see any options in python-manager-25.0 and I can’t find the these things after using legacy installer by searching in Everything with pattern python*_d.lib
We aren’t doing debug binaries anymore (best to build those yourself), but the easiest way to get symbols is to install the PythonTest packages:
$> py install PythonTest\3.13
...
$> py -V:PythonTest\3.13 ...
(You can replace the “3.13” with any version, or omit it if you just want the latest.)
2 Likes
Thank you, I find the pdb file in PythonTest. I will try to build those things (pythonxx_d.lib not find in PythonTest).
