Skip to content

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

@Tanthus

Description

@Tanthus

Describe the bug
Until about a week ago in the PREVIEW release, clickable code links were showing up on the right side of the "Debug Output" window if the format was using this format:
<Regular output> (<package>:<file path>:<line number>:<column number>)
It was convenient.

Now the code appears unformatted and unclickable. I checked to see if there might have been a setting that got turned off but couldn't find anything to enable that feature.

Note the release version of the plugin still works as described

To Reproduce
Steps to reproduce the behavior:

  1. Print to the console with say: print('New route pushed: ServicesRoute (package:app/router.dart:61:9)'

Expected behavior
The above line should produce a clickable link on the right side

Screenshots
Release version
Release version of extension

Current Pre Release
Pre Release of extension

Please complete the following information:

  • Operating System and version: Windows 10
  • VS Code version: 1.81.1
  • Dart extension version: v3.71.20230831 pre release
  • Dart/Flutter SDK version: 3.1.0 (stable)
  • Target device (if the issue relates to Flutter debugging): Android

Metadata

Metadata

Assignees

No one assigned

    Labels

    in debuggingRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsis 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