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
dap.configurations.go = {
{
type = 'go',
name = 'Debug',
request = 'launch',
program = "${file}",
}
}
When I switch to a6070b4 it works.
I think this is caused by commit 3b79616, but I'm not sure whether the problem should be fixed by nvim-dap or nvim-dap-ui.
with a6070b4
with 3b79616
Debug adapter version
No response
Steps to Reproduce
just run.
Expected Result
repl has output.
Actual Result
empty.
The text was updated successfully, but these errors were encountered:
Debug adapter definition and debug configuration
When I switch to
a6070b4
it works.I think this is caused by commit
3b79616
, but I'm not sure whether the problem should be fixed bynvim-dap
ornvim-dap-ui
.with
a6070b4
with
3b79616
Debug adapter version
No response
Steps to Reproduce
just run.
Expected Result
repl has output.
Actual Result
empty.
The text was updated successfully, but these errors were encountered: