Replies: 1 comment 2 replies
-
Are you using nvim-dap-ui? nvim-dap by itself doesn't change the layout if the session fails to launch and it keeps the REPL output until you start a new session. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the debugging session will fail to launch due to misconfigurations from my behalf (e.g. launching a debugpy session from a parent directory of the script). The dap REPL will display an error message and then the whole layout will close almost instantly.
Is there any way to make the layout persist or alternatively store the REPL output?
Beta Was this translation helpful? Give feedback.
All reactions