
Opera Dragonfly is here, and as expected it is a new set of tools to help developers create functional websites. It’s obvious that the Opera team wanted to develop something to draw developers to their browser, much like how Firebug has become an irreplaceable tool for the developers that use Firefox. The real question is whether Dragonfly is the tool we’ve been longing for?
I was pretty pumped when I went to try it out in the latest snapshot build of Opera 9.5, and didn’t know quite what to expect. It turns out that Dragonfly (currently Alpha) is pretty much written entirely in JavaScript, and so the performance wasn’t the greatest. This also means that you must have JavaScript enabled in your browser to even start Dragonfly.
To get started with Dragonfly go to Tools -> Advanced -> Developer Tools and a new window should popup. The first time you load the tools it might take a little while since it has to download the necessary files onto your machine, but each subsequent launch should be much faster. Well, that is until you clear your browser’s cache which will also wipe out Dragonfly, and the files will once again be downloaded the next time you launch the developer tools.
In terms of functionality Dragonfly is decent, but doesn’t quite stack up to what Firebug can deliver. In Dragonfly you can do things like set breakpoints that make debugging JavaScript code a lot easier, but since it all operates in another window I found it to be a pain to use. Firebug, on the other hand, will display itself immediately below the website you’re trying to debug. From what I gather support for something like this is coming in a future version of Dragonfly.
Here is the documentation on using the JavaScript debugger, DOM/CSS inspector, and more in Dragonfly. I’m interested in hearing what everyone thinks of it, but I don’t see it pulling me away from Firebug anytime soon. I guess this is an Alpha release, and maybe they have some tricks up their sleeve?
Enjoyed the post? Subscribe to our feed to get a daily dose of CyberNet!
Tags: Freeware, Pre-Release, Software, Alpha, Browser, Opera


Related Posts:
- Opera Dragonfly = Developer Tools?
- Opera 9.20 Sporting Some Developer Tools, Too
- Opera 9.2 Released with Speed Dial and Developer Tools
- Opera 9.2 Beta Available - Includes New Speed Dial Feature
- Opera Mini for the iPhone?




















Opera Dragonfly hasn’t been fully optimised for speed yet as it’s an early alpha. It should get quicker as we progress.
Not being able to use it with JavaScript turned off is a bug. That will be fixed in a later version of Opera 9.5
Having to re-download Opera Dragonfly when clearing the cache is also a bug. That will be fixed in Opera 9.5 very soon.
Using Opera Dragonfly in a single docked window is something that is coming in a forthcoming version. We wanted to make it work in a separate window first (this is needed for remote debugging) then we plan to add a docked window mode.
Thanks for the update David. I’m really looking forward to what Dragonfly is like once all of those things are taken care of.