-
Notifications
You must be signed in to change notification settings - Fork 85
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
No output in console or repl windows #108
Comments
I think it might be related to the following PR: |
#109 is now merged. Please confirm the fix and feel free to reopen if the issue persists. |
The fix works for stdout of plain go programs, but when I debug tests with |
CruelAddict
added a commit
to CruelAddict/nvim-dap-go
that referenced
this issue
Jan 17, 2025
Recent changes in nvim-dap behavior required setting `outputMode = "remote"` in debug configs for stdout to be visible in REPL (see leoluz#108 for more info). The problem is now fixed for test scenarios too. `test_debug` now accepts a `custom_config` argument as a way for users to get around similar problems.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fmt.Println("test") does not produce any output in the console or REPL windows.
This workaround resolves the issue, but I wonder if there's a specific configuration I'm overlooking in nvim-dap-go.
The text was updated successfully, but these errors were encountered: