-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(breakpoints): Breakpoints could get overwritten when multiple TS …
…files map to a single JS file. (#285) Maintain a map of source breakpoints per file. VSCode's `setBreakpointRequest` is triggered per file whenever breakpoints are added or removed. Since it does not provide all breakpoints for all files, we need to maintain our own record of every breakpoint for every file. This way, we have all inputs available when constructing the complete list of BPs for a given generated file.
- Loading branch information
1 parent
66fcf8d
commit a7e542f
Showing
1 changed file
with
80 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters