Skip to content

Breakpoints are not working properly #20

@ilpwpsfu

Description

@ilpwpsfu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions