Skip to content

Commit d9fd8f0

Browse files
lggomezhyangah
authored andcommitted
docs: update dlv-dap.md
dlv-dap --log-output options requires the --log parameter, updated doc to reflect this Change-Id: I47cf5b3d0da28ae4cdfc80c02c9d56e7b427779b GitHub-Last-Rev: 27235c9 GitHub-Pull-Request: #1488 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/318030 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Trust: Suzy Mueller <[email protected]>
1 parent cea0269 commit d9fd8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dlv-dap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The logging will appear in the `Go Debug` output channel (Command Palette -> "Vi
135135
If you are having issues with seeing logs and or suspect problems in extension's integration, you can start Delve DAP server from a separate terminal and configure the extension to directly connect to it.
136136

137137
```
138-
$ dlv-dap dap --listen=:12345 --log-output=dap
138+
$ dlv-dap dap --listen=:12345 --log --log-output=dap
139139
```
140140

141141
```json5

0 commit comments

Comments
 (0)