Skip to content
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

Debugger breaks inappropriately #24255

Closed
waderyan opened this issue Apr 7, 2017 · 1 comment
Closed

Debugger breaks inappropriately #24255

waderyan opened this issue Apr 7, 2017 · 1 comment
Assignees

Comments

@waderyan
Copy link

waderyan commented Apr 7, 2017

Test tour: MERN starter kit #22277

  • VSCode Version: Insiders
  • OS Version: macOS

Steps to Reproduce:

  1. Git clone the MERN starter kit
  2. Select index.js
  3. Set a breakpoint anywhere in the file.
  4. Set another breakpoint in server.js
  5. Start debugging

I expect to hit the first breakpoint and then hit the second breakpoint after choosing continue.
Instead after hitting the first breakpoint I stop at an import statement.

As I step through the code I am taken into modules inappropriately and then skip the breakpoint entirely.

image

debugging_issue

@waderyan
Copy link
Author

waderyan commented Apr 7, 2017

Duplicate of #22378

@waderyan waderyan closed this as completed Apr 7, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants