Skip to content

Commit 876cae8

Browse files
committed
adjust dlv flags for its new logging option
Delve recently added --log-output (https://github.com/derekparker/delve/pull/1230); adjust the dlv options accordingly.
1 parent 56e8c42 commit 876cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/go/debug.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function! go#debug#Start(is_test, ...) abort
556556
\ '--output', tempname(),
557557
\ '--headless',
558558
\ '--api-version', '2',
559-
\ '--log', 'debugger',
559+
\ '--log', '--log-output', 'debugger,rpc',
560560
\ '--listen', go#config#DebugAddress(),
561561
\ '--accept-multiclient',
562562
\]

0 commit comments

Comments
 (0)