-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Breakpoints not resolving properly in attach configuration on Windows #12951
Comments
From @mousetraps on September 27, 2016 21:46 Diagnostic log: |
Ohhh, your command prompt is using an uppercase drive letter. But if you do a launch, it launches with a lowercase drive letter. I'm glad that I just noticed this exists - microsoft/vscode-chrome-debug-core#107 - it's the only way to fix this. |
Fixed |
Ignore... |
roblourens
removed
the
bug
Issue identified by VS Code Team member as probable bug
label
Sep 28, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @mousetraps on September 27, 2016 21:19
Testing #12600
Node v6.6.0 (32-bit), Windows
From cmd line:
node --inspect --debug-brk app.js
, then run attach debug configurationCopied from original issue: microsoft/vscode-node-debug2#37
The text was updated successfully, but these errors were encountered: