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

Add outputMode to configurations #109

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

mfussenegger
Copy link
Contributor

nvim-dap had a change to log stdout/stderr of debug adapters to log
files instead of redirecting it to the repl.
(See mfussenegger/nvim-dap#1405)

delve by default outputs print statements on stdout instead of using
output events, which means they're no longer visible.

Setting outputMode = "remote" in a configuration causes delve to use
output events, which nvim-dap shows in the repl

See also mfussenegger/nvim-dap#1407

nvim-dap had a change to log stdout/stderr of debug adapters to log
files instead of redirecting it to the repl.
(See mfussenegger/nvim-dap#1405)

delve by default outputs print statements on stdout instead of using
output events, which means they're no longer visible.

Setting `outputMode = "remote"` in a configuration causes delve to use
output events, which nvim-dap shows in the repl

See also mfussenegger/nvim-dap#1407
Copy link
Owner

@leoluz leoluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution!

@leoluz leoluz merged commit 1bacf2f into leoluz:main Jan 14, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants