
The current line is indicated with a yellow arrow in the left margin. Because stopOnEntry is set to true, the debugger stops on the first line of the file. Drag Visual Studio Code.


If you’re still in launch.json & press F5, compiler will return error of invalid attributes in launch.jsonbbecause it tries to run launch.json as current file. Double-click on the downloaded archive to expand its contents. Switching to hello.py in the editor is the key.

Save launch.json, switch to hello.py in the editor, then run the debugger by selecting the green arrow in the Debug toolbar or pressing F5. To automatically stop the debugger on the first line when the program starts, add a "stopOnEntry": true setting to the "Python: Current File" configuration in launch.json, so that the whole configuration appears as follows: , Select “Python: Current File”, which is the configuration that runs the current file shown in the editor using the currently selected Python interpreter.
