Skip to content

Commit cf94f28

Browse files
authored
Merge pull request #1992 from bhcleek/delve-log-output
adjust dlv flags for its new logging option
2 parents 11ee53d + 876cae8 commit cf94f28

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)