Skip to content

Debug Console doesn't add clickable links for stdout output when using new Dart SDK debug adapters  #5072

@DanTup

Description

@DanTup

Splitting from #4711 since there are two sets of work here - one to support in the base adapters, and one to update the Flutter adapter.

Here's an example of the issue in Dart:

import 'dart:io';

void main() {
  print('stdout');
  stdout.write(StackTrace.current);
  print('stderr');
  stderr.write(StackTrace.current);
}

image

In the old debug adapters it looks like:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    in dartRelates to running Dart programsin 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