08 Aug
When I’m debugging JavaScript, I’ve sometimes commented on how quicker things could be if I could set breakpoints programatically from the console, instead of fishing around in FireBug’s slow script browser.
Turns out it’s not that difficult to do. Here’s the code:
Appreciate any feedback, thoughts.