debugging - Interactive Javascript console (preferably integrated with Firebug) -
I'm exploring a way to keep an interactive JIT debugger, which is primarily integrated with firebug.
I got an idea from PHPEd, which has the "immediate" debug tab, where you can just type in the PHP code and modify the objects on the fly. This makes debugging an air, as you can allocate the variable several times without leaving the program, you can re-implement the function.
Here I think that would be fantastic: - Set a breakpoints in Firebug - Break breakpoint - An executable JS tab where a JS code can be inserted, as I have described above
< P> Does anything like that already exist?TIA You can already do this in Firebug, just go to a break point, then press "console".
Tab, and on the command line at the bottom of the command line (where is ">>>").
Comments
Post a Comment