[DISCLAIMER: My development machine is running OS X Tiger, so my question and experiences are specific to that. But I would not mind hearing feedback on Webkit for Windows.]
I’ve been a longtime Firebug user, but I’ve grown tired of it’s twitchiness. I’m talking specifically about when it will not stop on breakpoints, lose the current line in the debugger pane, or slow execution to a crawl.
I briefly played around with the debugger in Safari’s Web Inspector, and it just feels more solid.
Has anyone else switched to the Safari debugger? If so, were you glad you did? Are there any reasons I shouldn’t consider it?
I much prefer Safari’s debugger to FireBug. I totally agree that it seems more solid.
The only thing I don’t like about WebInspector in Safari is search. It takes ages for it to search. And to make matters worse, it insists on searching all the scripts that has been loaded instead of just the one you’re looking at.
Anothter thing where WebInspector can’t compete just yet is when it comes to inspecting dom-elements and changing styles on the fly. The times I need to play around with the css styles are more or less the only times I choose to use FireBug instead.