-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels