Skip to content

EvaluateNames are not set correctly when using new DAP #4352

@DanTup

Description

@DanTup
import 'dart:developer';

void main() {
  var a = [
    [
      [
        [1, 2, 3],
      ],
    ],
  ];
  debugger();
}

The "Copy Expression" context menu entry is missing because we're not providing evaluateNames against nested items.

Screenshot 2023-01-19 at 11 16 17

Metadata

Metadata

Assignees

No one assigned

    Labels

    in debuggingRelates to the debug adapter or process of running debug sessionsis bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become available

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions