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 will not hit typescript breakpoints on windows when the path contains spaces #3667

Closed
johan-gorter opened this issue Mar 3, 2016 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@johan-gorter
Copy link

We had some team members who could not debug mocha unit-tests and others who could. We tracked the problem down to the path which contained spaces (in our case c:\development next\frontend) . This is probably also the cause of issues #3144 and #3659.

This issue has appeared in the last month, before that, we did not have problems with spaces in the path. We suspect that something is wrong with reading the sourcemaps.

@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 3, 2016
weinand added a commit to microsoft/vscode-node-debug that referenced this issue Mar 3, 2016
@weinand weinand added this to the March 2016 milestone Mar 7, 2016
@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label Mar 7, 2016
@weinand weinand closed this as completed Mar 7, 2016
@weinand
Copy link
Contributor

weinand commented Mar 8, 2016

Please note that this fix will appear in the March release and is not in VS Code 0.10.10

@alexdima
Copy link
Member

Verified by debugging a VS Code extension that uses sourcemaps and sits in a path with many spaces

@alexdima alexdima added the verified Verification succeeded label Mar 21, 2016
@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
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants