When I am using the VS Code Python Debugger: can I execute my program so that the editor takes me line-by-line to wherever in the source code (jumping to the relevant file/opening it if it is not already open) the program’s execution currently is?
When I am using the VS Code Python Debugger: can I execute my program so that the editor takes me line-by-line to wherever in the source code (jumping to the relevant file/opening it if it is not already open) the program’s execution currently is?