Tagged Questions

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser. It requires no additional installation or setup, and works across many of Opera’s browsers and Opera Presto based products, such as Opera Mobile and Opera Widgets. Opera Dragonfly contains a full ...

learn more… | top users | synonyms

6
votes
4answers
3k views

Opera Dragonfly vs. Firebug

I'm Opera user for browsing and Firefox user for developing. Simply I can't work without Firebug and any other tools doesn't fit for me. Geeks from Opera often offers to use Dragonfly which purpose ...
3
votes
1answer
97 views

Opera dragonfly script debugger annoyances

Is there a way to reduce or filter the number of scripts shown in script debugger? With Chrome it just shows the file containing the scripts instead of every single script block. Also, when I set ...
2
votes
1answer
181 views

Firebug architecture

I am looking for an article which covers the architecture of Firebug in detail, showing what the different components in the architecture are, and how they interact during Firefox's running. Like ...
2
votes
2answers
210 views

No access to developer tools in Opera without a connection to Internet.

I have noticed that when being in offline mode (the computer is not connected to the Internet), Developer Tools (AKA Dragonfly) in Opera are not accessible. When choosing them from the menu, Opera ...
1
vote
2answers
87 views

How to step through line by line when debugging JavaScript with Opera Dragonfly?

I'm a long-time user of Opera as a browser for general usage and due to various annoyances with Firefox I decided to give Dragonfly a look. The first thing that has jumped out at me is when debugging ...
1
vote
1answer
76 views

UserScript - Empty error console in Opera

I'm writing a UserScript (=Greasemonkey) which I am developing in FireFox but works in Opera, FF and Chrome. I changed my entire script in Firefox, replacing all texts with variables as to be able to ...
1
vote
2answers
221 views

possible to get POSTed parameters and RESPONSE content in Opera Dragonfly?

When I look at the Network tab in Opera Dragonfly, I'm not seeing POSTEd parameters or the RESPONSE content. Here's what I see: Raw Response HTTP/1.1 200 OK Server: Microsoft-IIS/5.1 Date: Thu, ...
1
vote
2answers
417 views

Trace to Opera Dragonfly

I am using Opera on a Windows PC and developing for a device. I can telnet into the device and manually run the browser which gives me the browser output. Is it possible to trace messages into both ...
0
votes
1answer
52 views

Meaning of “2 got message” lines in Opera's JavaScript console

When I'm debugging JavaScript code in Opera browser, the console is always displaying messages with the Info icon labelled as "2 got message" in the JavaScript tab: 2 got message Event ...
0
votes
1answer
265 views

How to better use Opera dragonfly's console methods?

Here it goes, I'm trying to use opera dragonfly for debugging, it seems quite nice, but I'm probably doing things wrong here. First problem comes with the console.log() method: In my JavaScript ...