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

extension host debugging: remote source maps are not used #8164

Closed
weinand opened this issue Jun 26, 2016 · 1 comment
Closed

extension host debugging: remote source maps are not used #8164

weinand opened this issue Jun 26, 2016 · 1 comment
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

@weinand
Copy link
Contributor

weinand commented Jun 26, 2016

When debugging an extension, stepping into the extension host server code ends up in minified source.

The reason for this is missing support for loading remote source maps.

Before this can be fixed, the source map API must become asynchronous.
This is tracked with #8162.

@weinand weinand added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Jun 26, 2016
@weinand weinand added this to the July 2016 milestone Jun 26, 2016
@weinand weinand self-assigned this Jun 26, 2016
@weinand weinand closed this as completed Jul 25, 2016
@weinand weinand added verified Verification succeeded and removed verified Verification succeeded labels Jul 28, 2016
@weinand weinand assigned isidorn and unassigned weinand Jul 28, 2016
@isidorn
Copy link
Contributor

isidorn commented Jul 28, 2016

Works like a charm

@isidorn isidorn added the verified Verification succeeded label Jul 28, 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

2 participants