I'm trying to do mixed mode debugging, Python & C++, using VS2017.
This page: https://learn.microsoft.com/en-us/visualstudio/debugger/how-to-debug-in-mixed-mode?view=vs-2019 says "Select Python/Native Debugging" for Debugger to Launch. This doesn't show up on my list of debugger choices. Any idea what I missed in the setup?
You need to install the python development workload AND the python native development tools from the optional modules list. You can find these in the visual studio installer.