Skip to content

Stopping a Dart CLI debug session during a test run while at a breakpoint when using SDK DAPs does not work #4447

@DanTup

Description

@DanTup

Using the branch here, running the .solo() test times out during cleanup:

https://github.com/Dart-Code/Dart-Code/tree/bug-repro
5099a4d

It seems that the initial terminateRequest never completes, with just "Waiting for current test to finish".

We're supposed to unpause when we try to shutdown, so the tests should complete quite quickly, and then termination should complete normally. That doesn't seem to be happening though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in debuggerRelates to the debug adapter or process of launching a debug sessionis 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