View Single Post
  #56 (permalink)  
Old 06-25-2008, 01:08 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,415
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default 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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote