question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to make "stopOnEntry": false default ?

See original GitHub issue

From @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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
patryscommented, Apr 17, 2018

Perhaps VS Code could provide a separate “debug with step-through” command?

1reaction
brettcannoncommented, Apr 9, 2018

@ubershmekel it will be the default and it will be in this extension.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found