nvim-dap-ui
nvim-dap-ui copied to clipboard
Break points don't trigger debugging my nvim lua plugin
I'm trying to debug a plugin I'm making but the code doesn't pause the session after executing nvim function with keyboard shortcuts, but It might be becuase I somehow haven't set it up fully properly the repl doesn't init unless the cursor "touches" it the "Live Expressions" doesn't show undated values of conditions and no console for print() statement output
Is it just me or am I doing something wrong... any hints on how to get this working?