Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

[Breakpoints] become impossible to remove #3971

Closed
jasonLaster opened this issue Sep 11, 2017 · 0 comments
Closed

[Breakpoints] become impossible to remove #3971

jasonLaster opened this issue Sep 11, 2017 · 0 comments
Labels

Comments

@jasonLaster
Copy link
Contributor

It's possible to to get into a place where you can not remove it. When this happens, you need to use about:config to clear the breakpoint.

When does this happen:

  1. source maps are used
  2. the source changes
  3. the debugger is opened/closed and debuggee is reloaded

I am still looking for simple STR, although i can reproduce it when i stress test the debugger.

Options:

  1. update the code responsible for removing a bp so if the pending bp is not found, we remove the closest pending bp or all of the pending bps.
  2. update the code responsible for syncing so that it never goes out of sync.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant