adobe-research / theseus

A pretty darn cool JavaScript debugger for Brackets
Other
1.34k stars 69 forks source link

Breakpoints #64

Closed jchannon closed 10 years ago

jchannon commented 10 years ago

Is there any plan to have breakpoints to do live debugging? I guess this would be kind of bringing in node-inspector into Theseus. Its good to see the values and chains after execution has occurred but sometimes its nice to step through the code being executed. What do you think?

alltom commented 10 years ago

There's no plan to add that to Theseus, but I believe there's another Brackets extension that does it. The one I know of had a name like 'brackets-debugger' but there are probably options now. :) You probably just need to disable Theseus to use it.