-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when calling NodeInspectToggleBreakpoint #5
Comments
It could be ts, though In a glance I suspect the problem is in the session file (which stores the session between vim instances) or compatibility. |
@eliba2 thanks for the quick reply vim-node-session {"watches": {}, "breakpoints": {"/home/dori/Projects/Work/project/api_server/src/resolvers.ts": {"8": 5}}} or {"watches": {}, "breakpoints": {}} neovim :version
node.js debugger Version from breakpoint:
Other bug: executing
I'd expect the terminal prompt to disappear after executing the first |
the session and the :version output looks ok; I'll need to run a ts setup to try this. |
Yes, I could see the vim marks on js files, so definitely something to do with ts. Looking forward to your fix :) |
Thanks, |
I'm getting a message similar to the first message noted above. The error appears to be in the access to Here's my squelching patch:
|
Hmm, I also get a similar message to above ( |
hi, |
:NodeInspectRun
:NodeInspectToggleBreakpoint
While I'm getting the errors and the signs aren't showing up on the vim window, it looks like the breakpoint is still set, and I can use the terminal buffer to explore variables through repl.
Wondering if this issue occurs because of working with typescript files instead of js ones.
Using nodemon with the following
nodemon.json
config:The text was updated successfully, but these errors were encountered: