VSCode's debugging mode always stop at first line
The launch.json file has the setting "stopOnEntry":true
. Change this to false
to prevent this.
The docs for this can be found https://code.visualstudio.com/docs/python/debugging#_stoponentry
The launch.json file has the setting "stopOnEntry":true
. Change this to false
to prevent this.
The docs for this can be found https://code.visualstudio.com/docs/python/debugging#_stoponentry