Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using nvim-dap-ui and go/dlv, repl has no output. #1425

Closed
tttoad opened this issue Jan 16, 2025 · 1 comment
Closed

When using nvim-dap-ui and go/dlv, repl has no output. #1425

tttoad opened this issue Jan 16, 2025 · 1 comment

Comments

@tttoad
Copy link

tttoad commented Jan 16, 2025

Debug adapter definition and debug configuration

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
Image

with 3b79616
Image

Debug adapter version

No response

Steps to Reproduce

just run.

Expected Result

repl has output.

Actual Result

empty.

@mfussenegger
Copy link
Owner

See #1407 and leoluz/nvim-dap-go#109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants