How to get latest debugging symbols and debug binaries

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