janhancic / ExterminateGlobals.JS

Exterminate unwanted JavaScript globals!
janhancic.github.io/ExterminateGlobals.JS
MIT License
1 stars 0 forks source link

Add support for breakOn #4

Closed janhancic closed 10 years ago

janhancic commented 10 years ago

Add https://github.com/paulirish/break-on-access (or something like that).

janhancic commented 10 years ago

The behaiviour I want would be something like this: Call a method on EGJS to tell it to save (to localStorage) the unwanted globals. On second run, it would put brakepoints (debugger;) into the setters (maybe getters too).