You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I frequently use the debugger to choose which exceptions to stop on. This feature is available in nvim-dap via the dap.set_exception_breakpoints() function.
However, afaik, there is no UI element for this functionality in nvim-dap-ui. Because of this, I created my own version here.
That said imop, it would be ideal to have this feature integrated directly into nvim-dap-ui.
I’m happy to contribute by implementing this feature and submitting a PR. Before I proceed, I wanted to ask if this feature would be appreciated and considered for inclusion.
Thank you for your time!
The text was updated successfully, but these errors were encountered:
I frequently use the debugger to choose which exceptions to stop on. This feature is available in
nvim-dap
via thedap.set_exception_breakpoints()
function.However, afaik, there is no UI element for this functionality in
nvim-dap-ui
. Because of this, I created my own version here.That said imop, it would be ideal to have this feature integrated directly into
nvim-dap-ui
.I’m happy to contribute by implementing this feature and submitting a PR. Before I proceed, I wanted to ask if this feature would be appreciated and considered for inclusion.
Thank you for your time!
The text was updated successfully, but these errors were encountered: