Skip to content

debug: clicking 'debug test' twice runs two instances of the debugger simultaneously #109

Closed
@ramya-rao-a

Description

@ramya-rao-a

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:

  1. Set a breakpoint.
  2. Click 'debug test' and wait to hit the breakpoint.
  3. Step one line forward.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DebugIssues related to the debugging functionality of the extension.FrozenDueToAgeHelpWantedIssues that are not prioritized by the maintainers. Help is requested from community contributors.NeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions