You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in [full path to file]:1" and it has not stopped.
Breakpoint set with command is shown but never catches. When it toggles off inspector says "Could not find breakpoint at [full path to file]:2". After that it cannot set the breakpoint again.
If i set the breakpoint inside the inspector window by local path - its breaks and shows the position in file where the breakpoint is.
Why it's setting breakpoints with command by full path and not local and how to fix that?
The text was updated successfully, but these errors were encountered:
ilpwpsfu
changed the title
Breakpoints are not working
Breakpoints are not working properly
Sep 1, 2022
Hi, I've successfully tried a one-line script as above in vim 8.2. I suspect Vim9 could be the issue, I'll try and find some time to finally update and check it out.
VIM 9.0
I am trying to attach inspector to a simple script with setInterval(_ => console.log(Date.now())) running in background.
Why it's setting breakpoints with command by full path and not local and how to fix that?
The text was updated successfully, but these errors were encountered: