Closed
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
value
attribute 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