Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Add a checkbox option to re-apply breakpoints on postbacks/navigation #20

Open
gidztech opened this issue Apr 25, 2016 · 1 comment

Comments

@gidztech
Copy link
Contributor

If you are debugging on a web site that is not an SPA, the breakpoints are lost on page postbacks and navigation. It would be good if there was a checkbox option in the Breakpoints UI that would re-apply the breakpoints on the new new page. Presumably this is possible since the Event Listener Breakpoints do this.

@mattzeunert
Copy link
Owner

That sounds useful. I've thought about adding this. My only concern is that it might be confusing with breakpoints that were created from the console, because they have access to objects that we can't automatically reference after a page reload.

It's a bit tricky to do right (e.g. storing the data in the extension rather than on the page), so I'll leave it for now and see how things develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants