vim-node-inspect icon indicating copy to clipboard operation
vim-node-inspect copied to clipboard

Interactive node debugger for (n)vim

Results 7 vim-node-inspect issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/11368523/88905564-b0981a00-d256-11ea-81c3-949bc6e54868.png) 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? πŸ˜… β€”β€”β€”β€”β€”β€”β€”β€” ![b5ca3766221d551d8e3dd4ffe30f7dfc.jpg](https://www.img.in.th/images/b5ca3766221d551d8e3dd4ffe30f7dfc.jpg) β€”β€”β€”β€”β€”β€”β€”β€” **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 ```...

enhancement

As in VSCode it's usefull to hook npm run start:debug` before launching the inspector

enhancement

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...