Skip to content

Test: 'Variable paging' #9684

@isidorn

Description

@isidorn

Test for #9537:

Previously large data structures (Array, Buffer, Map, Set) were broken into "chunks" in the debug extension. Starting with VS Code 1.4 this is done on the VS Code side so all the debug extensions will benefit from this.

Write or use a js/ts program with an array/buffer/map/set with more than 100 items and verify:

  • data structures with a large number of children are displayed in chunks (these chunks are displayed collapsed and the children are fetched lazily on expand).
  • Array, Buffer, Map, and Set also display programmatically added named properties.
  • you can inspect these large data structures in: the VARIABLES view, WATCH expressions, REPL, and hover

Metadata

Metadata

Assignees

No one assigned

    Labels

    debugDebug viewlet, configurations, breakpoints, adapter issuestestplan-item

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions