How to make "stopOnEntry": false default ?
See original GitHub issueFrom @eromoe on September 26, 2017 9:6
Hi,
I already bear this for several month(because I almost did not use vscode to debug) , sorry but I just hate this stopOnEntry behavior.
Today I search for it, and understand every time vscode open a project will auto gen a config with "stopOnEntry": true
. How do I force vscode use stopOnEntry: false
, without edit the config file ??
Copied from original issue: DonJayamanne/pythonVSCode#1239
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
VSCode's debugging mode always stop at first line
What I do is use the Ctrl + H keyboard shortcut to replace all the "stopOnEntry": true entries with "stopOnEntry": false . I...
Read more >Debugging in Visual Studio Code
Once you have a simple application set up, this page will take you through VS Code debugging features. Run and Debug view. To...
Read more >Debugging | Python in Visual Studio Code
The default value of this setting is “${config.python. ... The setting "stopOnEntry":true will cause the debugger to break at the first line of...
Read more >Debugging - vscode-docs
It is helpful to first create a sample Node.js application before reading about ... By default, Node.js debug sessions launch the target in...
Read more >Debugging
When you need more than the default debugging setup, you can create a ... showGlobalVariables : Show global variables in the Debug view...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Perhaps VS Code could provide a separate “debug with step-through” command?
@ubershmekel it will be the default and it will be in this extension.