-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Here you rely on correct behavior of posix.resolve and posix.relative
Line 227 in 606a25b
| path = relative(this.trimCWD.replace(/\\/g, "/"), path.replace(/\\/g, "/")); |
But it is not the case on Windows
as result paths like /a/b/C:\my\dir/and/so/on are sent with setBreakpoints
Probably it could be rewritten with some replaces without posix. For my purposes I had to patch this place but my solution is too hacky (just replace C:| with nothing)
possibly dup of #171
Metadata
Metadata
Assignees
Labels
No labels