Skip to content

Don't stop at entry when debugging in VS Code #628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2021
Merged

Conversation

seesharper
Copy link
Collaborator

This PR changes the default for stopAtEntry from true to false. Recent versions of the debugger shipped with VS Code seems to respect this flag which it did not when we initially created this. The behaviour is unfortunate since the user might think te breakpoint is not being hit. Changing this to false ensures that the debugger does not pause until it sees an actual breakpoint.

@seesharper seesharper requested a review from filipw August 4, 2021 21:39
@filipw
Copy link
Member

filipw commented Aug 5, 2021

thanks!

@filipw filipw merged commit 34103f1 into master Aug 5, 2021
@filipw filipw deleted the fix-stop-at-entry branch August 5, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants