Debug break point not working?

I’m doing complete python mastery course and when I input a break point and run debug it just runs right through the code and ends. My variables, watch, and call stack are blank, and then the debug just ends. Pylint is installed and launch.json is open.
I included a screenshot of the debugger running and then one seconds later the debugger goes away. You can see my break point on line 6 of the code… forum only lets me put one pic…
HELP!

Hi, watch this : VS Code - Debugging - YouTube
and I am just guessing (Not using VSC), but
maybe you should not be looking at TERMINAL window, but switch to DEBUG CONSOLE :slight_smile: ?
Try this, hope it helps.