I have the Python extension installed in VS Code, but whenever I set a breakpoint in my program and run the debugger, it just seems to run the whole program and exit. It doesn't stop or enter any kind of debugging stage. What am I doing wrong?
Thanks!