swellaby/vscode-rust-test-adapter

Test run works, but test debug hangs before test starts

Opened this issue · 0 comments

A few days ago, debugging tests worked great. Now they hang before even getting started. Running the tests works fine though (from the CLI or through the VS Code Test Explorer).

image

Repro

git clone https://github.com/dotnet/Nerdbank.Streams.git
cd Nerdbank.Streams
git checkout e5315e51fa7ec9ea3c51c6a810da79e829d8cf6b
code src/nerdbank-stream.rs