-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Move loaded scripts explorer into VS Code #37767
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
on-testplan
Milestone
Comments
weinand
added
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
labels
Nov 7, 2017
@isidorn here is a sketch for some initial implementation:
|
The implementation is mostly done, but the move will happen in August. I'll close this one and I've created issue #55650 for August. |
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
on-testplan
Today the "loaded scripts explorer" is implemented in the node-debug extension and is only available for a few JavaScript runtimes despite the fact that the "loaded scripts" functionality is available in the debug adapter protocol.
To make the "loaded scripts explorer" available for all debug extensions, we should move the implementation into the VS Code debugger (and eliminate the QuickPick based variant).
The text was updated successfully, but these errors were encountered: