You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugging-legacy.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Go extension historically used a small adapter program to work with the Go debugger, [Delve].
4
4
The extension transitioned to communicate with [Delve] directly but there are still cases you may
5
-
need to use the legacy debug adapter (e.g. remote debugging). This document explains how to use the
5
+
need to use the legacy debug adapter. This document explains how to use the
6
6
***legacy*** debug adapter.
7
7
8
8
@@ -45,8 +45,6 @@ To opt in to use the legacy debug adapter (`legacy`) by default, add the followi
45
45
```
46
46
47
47
If you want to use the legacy mode for only a subset of your launch configurations, you can use [the `debugAdapter` attribute](#launchjson-attributes) to switch between `"dlv-dap"` and `"legacy"` mode.
48
-
For [Remote Debugging](#remote-debugging) (launch configuration with `"mode": "remote"` attribute),
49
-
the extension will use the `"legacy"` mode by default, so setting this attribute won't be necessary.
50
48
51
49
Throughout this document, we assume that you opted in to use the legacy debug adapter.
52
50
For debugging using the new debug adapter (default, `"dlv-dap"` mode), please see the documentation about [Debugging](https://github.com/golang/vscode-go/tree/master/docs/debugging-legacy.md).
0 commit comments