nvim-dap-ui
nvim-dap-ui copied to clipboard
Avoid autoclosing the console whether the program finishes
1 - I start the debugging.
2 - Once the program finishes, it displays "[Process exited 0]".
3 - When I press Enter, the window closes.
4 - When I call another session, I get the following:
How can I make the console window not disappear when a program finishes?