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

Make source map handling asynchronous #8162

Closed
weinand opened this issue Jun 26, 2016 · 0 comments
Closed

Make source map handling asynchronous #8162

weinand opened this issue Jun 26, 2016 · 0 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jun 26, 2016

Currently source map handling in node-debug is synchronous which makes is difficult:

  • load source maps from dynamically generated code that is only available via the node.js runtime
  • to search the filesystem for source maps, source and generated code
  • load source maps via http
@weinand weinand added feature-request Request for new features or functionality 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 added a commit to microsoft/vscode-node-debug that referenced this issue Jun 27, 2016
@weinand weinand modified the milestones: June 2016, July 2016 Jun 27, 2016
@weinand weinand closed this as completed Jun 27, 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
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant