vim-node-inspect
vim-node-inspect copied to clipboard
Interactive node debugger for (n)vim
As mentioned in the commit note, this shouldn't usually be a problem, but I reloaded `nodeinspect.vim` when doing other debugging and started getting an error about the watches key missing....
It would be nice if objects would be displayed in a better way. For example:  As you can see, the object in variable `a` is displayed as `A a...
I just set breakpoint and run `:NodeInspectStart "connect"` but got error! How to fix this? π ββββββββ  ββββββββ **My laptop** - WSL2 + Ubuntu 18.04 - Neovim: v0.5.0-dev+1055-g8950f4e94 -...
:NodeInspectRun ``` Error detected while processing function nodeinspect#NodeInspectRun[13]..203_NodeInspectStart: line 75: E716: Key not present in Dictionary: watches E116: Invalid arguments for function keys E15: Invalid expression: keys(s:session["watches"]) ``` :NodeInspectToggleBreakpoint ```...
As in VSCode it's usefull to hook npm run start:debug` before launching the inspector
VIM 9.0 I am trying to attach inspector to a simple script with setInterval(_ => console.log(Date.now())) running in background. - Its attaching properly, but the message is "Break on start...
Not sure how active development currently is, but I do like what I see after trying the plugin. One thing bothers me, however. You have the `nodeinspect_window_pos`, that can go...