Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: Add Tests for Remote Debugging #779

Closed
quoctruong opened this issue Oct 14, 2020 · 2 comments
Closed

debug: Add Tests for Remote Debugging #779

quoctruong opened this issue Oct 14, 2020 · 2 comments
Assignees
Labels
Debug Issues related to the debugging functionality of the extension. FrozenDueToAge

Comments

@quoctruong
Copy link
Contributor

Currently, we don't have any tests for remote debugging in goDebug.test.ts. These tests should validate common scenarios where the debugger ran into problems before like:

  1. Attach to a dlv headless instance and set a breakpoint.
  2. Debug information returned when a breakpoint is hit.
  3. Unsetting breakpoints work correctly.
  4. Disconnecting closes the connection and changes the program to running state if it was halted.
@quoctruong quoctruong self-assigned this Oct 14, 2020
@hyangah
Copy link
Contributor

hyangah commented Oct 14, 2020

cc @suzmue

@hyangah hyangah added the Debug Issues related to the debugging functionality of the extension. label Oct 14, 2020
@gopherbot
Copy link
Collaborator

Change https://golang.org/cl/262442 mentions this issue: debugAdapter: add tests for remote attach scenarios

@golang golang locked and limited conversation to collaborators Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Debug Issues related to the debugging functionality of the extension. FrozenDueToAge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants