How to check the exit status of a debug session (success or failure)? #809
Unanswered
dasupradyumna
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to exit codes of commands in bash, is there any way to check the type of exit of a dap session? For example, finished successfully, terminated by user, or exited due to error / exception.
I want to use this to setup the auto-close behavior of
nvim-dap-ui
plugin. I'm all ears if there is a better way to solve my problem.Cheers.
Beta Was this translation helpful? Give feedback.
All reactions