mattzeunert/javascript-breakpoint-collection

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

Opened this issue · 1 comments

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

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.