Re: Looking for a powerful Web Browser
I use the JS debugger to trace through JavaScript that is causing errors. While doing that, I can set watches on expressions (such as DOM objects) to help me determine why a particular command failed. Think of it has a regular debugger with breakpoints and watches.
|