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

Switching repl between multiple sessions #1222

Closed
freezlite opened this issue May 23, 2024 · 1 comment
Closed

Switching repl between multiple sessions #1222

freezlite opened this issue May 23, 2024 · 1 comment

Comments

@freezlite
Copy link

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

@mfussenegger
Copy link
Owner

mfussenegger commented May 23, 2024

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

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