Closed
Description
In a test file, when the debug test
codelens is clicked twice, two instances of the debugger are started. Ideally, the second click should result in an error notifying that a debug session is already in progress
Steps to reproduce:
- Set a breakpoint.
- Click 'debug test' and wait to hit the breakpoint.
- Step one line forward.
- Click 'debug test' and wait to hit the breakpoint, again.
For more, including pointers on how to fix this, please see microsoft/vscode-go#1383.