node-vim-debugger
node-vim-debugger copied to clipboard
use CRD protocol as main transport
since it's approved by TSC to land CRD to node core it probably makes sense to start migrating now. Immediate benefits: connect to browser and server side code at the same time
Will you add support for this? The latest versions of node.js only support --inspect, making node-vim-debugger incompatible with it.
Edit: I'm currently using https://github.com/eliba2/vim-node-inspect which supports --inspect. I recommend giving it a shot.
I'd love to, but this is low priority for me and I have lots of other things on my plate atm Currently my most frequent editor is VS Code and there is already built in CDP debugger
If any one wants to assist with this I'm more than happy to guide