formulahendry / formulahendry/vscode-dotnet-test-explorer
`Waiting for debugger to attach` takes forever!
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
`v0.7.8` OUTPUT window when trying to debug ASP.Net Core 9 C# WebAPI app:
```
Executing dotnet test --no-build --logger "trx;LogFileName=/tmp/test-explorer-7rCkav/0.trx" --filter "FullyQualifiedName=Web.Api.IntegrationTests.Controllers.AccountsControllerIntegrationTests.CanChangePasswordWithValidAccountDetails" in /usr/src/AspNetCoreWebApi/test/Web.Api.IntegrationTests
Process 1105963 started
Waiting for debugger to attach
Waiting for debugger to attach
Waiting for debugger to attach
Waiting for debugger to attach
Waiting for debugger to attach
Waiting for debugger to attach
Waiting for debugger to attach
```
When I stop the debug session and try to start it again, the OUTPUT window shows:
```
Stop processes requested - 1105963 stopped
Tests already running, ignore request to run tests for Web.Api.IntegrationTests.Controllers.AccountsControllerIntegrationTests.CanChangePasswordWithValidAccountDetails
```
and the test isn't run at all.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.