Skip to content

Show inline values in source when stepping through code #13424

Closed
@weinand

Description

@weinand
  1. in the debug protocol add a scope boundary (start, end position) to the scope object.
  2. implement this in node-debug2.
  3. VS Code starts to use that information to fix the hover experience by only showing a hover when inside the scope boundaries.
  4. 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.
  5. 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

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions