node-vim-debugger
node-vim-debugger copied to clipboard
node.js step by step debugging from vim
I get the following error when I run `:nbs` with [neovim](https://github.com/neovim/neovim). ``` E319: Sorry, the command is not available in this version ``` Do you know how I can resolve...
since it's [approved by TSC to land CRD to node core](https://github.com/nodejs/node/issues/2546#issuecomment-140892511) it probably makes sense to start migrating now. Immediate benefits: connect to browser and server side code at the...
Added jest for testing our code And updated the readme with a lot more usefull information. the things that i am currently thinking about that could help. ============ would you...
Integrate with [cdir](https://github.com/asyncly/cdir) when printing objects.
If "set breakpoint" is clicked on a line with breakpoint, toggle it. Note that it currently possible to set multiple breakpoints on one line in different columns. Should we toggle...
I often use cli debugger with mocha via `mocha debug test/foo/bar`. It would be great to have `mocha vimdebug test/foo/bar` (if possible without modification to mocha, via mocha.opts + --require...
seems to be more powerful than vim-netbeans /cc @clehner