-
Notifications
You must be signed in to change notification settings - Fork 37k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
- in the debug protocol add a scope boundary (start, end position) to the scope object.
- implement this in node-debug2.
- VS Code starts to use that information to fix the hover experience by only showing a hover when inside the scope boundaries.
- node.debug2 and (node-debug) implement the one line 'preview' for objects and arrays. This is not a new protocol request but just improves what's get returned as the
valueattribute in a Variables request for objects and arrays. - VS Code implements the 'show inline values' feature as outlined in Debug: investigate how to present inline values in source when stepping through code #12256
nojvek
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality