mattzeunert / javascript-breakpoint-collection

Find what code is causing a browser behavior.
https://chrome.google.com/webstore/detail/javascript-breakpoint-col/kgpjjblahlmjlfljfpcneapmeblichbp
136 stars 19 forks source link

If all breakpoints are removed from an object property it would be nice to restore the original property #18

Open mattzeunert opened 8 years ago

mattzeunert commented 8 years ago
screen shot 2016-05-06 at 08 16 43

See screenshot to see the problem. The getter for localStorage.setItem isn't reset after deleting the breakpoint.

Having said that... I'm not sure if there are any practical benefits to doing this. The debugging wrappers don't cause any change in behavior. Would say this is very low in priority.