Skip to content

Displaying numbers as hex in debugger does not apply to dart:typed_data lists like Uint8List #5199

@DanTup

Description

@DanTup

Reported by @NeariX67 at #3940 (comment)

import 'dart:developer';
import 'dart:typed_data';

void main(List<String> arguments) {
  var a = 1;
  var b = [1, 2, 3];
  var c = Uint8List.fromList(b);
  debugger();
}

image

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