This is nice. In about 20 lines of code (of which the author proclaims as ‘ugly’), you get to set breakpoints in javascript. Which is cool.
At runtime, whenever the program hits the breakpoint line, you get a prompt dialog that lets you inspect and modify the variables, DOM objects, basically do anything in the scope that’s eval()’able.
Pretty not bad.
Tagged As Coding, Javascript
Comments are Open (0)
Posted at 07:44 AM