Hacker News new | ask | show | jobs
by markkanof 5984 days ago
The element inspector is handy, but personally I would also need JavaScript step through debugging like Firebug provides.
2 comments

Have you actually tried WebKit's developer tools lately?

It has a great DOM inspector (allows editing), network/script/rendering timeline, step-through debugger, profiler, cookie and local database inspector, and Chrome even has a heap analysis tool (see which objects are allocated).

It's far better than Firebug, at least for JavaScript developers, IMO.

Chrome has step through debugging. Check the 'Scripts' tab of the inspector