You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
weinand opened this issue
Jun 26, 2016
· 1 comment
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
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.
The text was updated successfully, but these errors were encountered:
weinand
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Jun 26, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
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.
The text was updated successfully, but these errors were encountered: