Per the accepted answer to this question, I'm trying to use pdb
for debugging.
I can start the debugger successfully with this syntax:
python -m pdb program.py
but prefer the other option provided in the answer (which isn't working):
pdb program.py
Is the second syntax supported on Windows? If so, how can I get it working? The error is the standard "not recognized as an internal or external command, operable program or batch file."