joewalker / devtools.html

19 stars 7 forks source link

add working debugger #12

Closed jlongster closed 8 years ago

jlongster commented 8 years ago

This adds a basic working debugger. Note that you shouldn't click on the debugger if you are debugging the same page the toolbox is in; it will just freeze. The JS engine is paused when you attached the thread and it cannot unpause itself.

jlongster commented 8 years ago

(talked on IRC)