How to get go std output in terminal? #200
|
Thank you so much for creating nvim-dap-view! It’s sleek, fast, and has drastically improved my productivity. |
Replies: 1 comment
|
Hello,
That's the debug adapter's "responsibility". I don't think any Go adapters support this feature (although I'm not a Go user, so I'm not sure). You could try requesting this feature upstream. As a reference, debugpy allows controlling this with a configuration setting, see "console" - within neovim, it controls precisely whether the console terminal is used ( |
Hello,
That's the debug adapter's "responsibility". I don't think any Go adapters support this feature (although I'm not a Go user, so I'm not sure). You could try requesting this feature upstream. As a reference, debugpy allows controlling this with a configuration setting, see "console" - within neovim, it controls precisely whether the console terminal is used (
integratedTerminal, the default) or if the REPL is used (internalConsole).