Is there currently an option to debug v8 in vim?
In v8 they deprecated old options --debug and --debug-brk and node-vim-debugger doesn't seem to know the new protocol..
Is there currently an option to debug v8 in vim?
In v8 they deprecated old options --debug and --debug-brk and node-vim-debugger doesn't seem to know the new protocol..
It's a bit old, but searching for a solution myself I've found this: https://github.com/eliba2/vim-node-inspect . Looks in development, but I can successfully connect and debug my docker containers with it.