nvim-dap
nvim-dap copied to clipboard
Switching repl between multiple sessions
Problem Statement
Right now repl buf shows all output from all sessions. It would be nice to switch between sessions to see different output.
Possible Solutions
No response
Considered Alternatives
No response
The recommended way to work with multiple session is to make use of the terminal feature (:help dap-terminal).
Otherwise you could override the output handler (:help dap.defaults, see on_output)
I currently have no plans to split up the repl per session but might revisit if there's more feedback indicating this would be useful