up vote 1 down vote favorite
share [g+] share [fb]

Need some handy tool in opera browser for developing like firebug

link|improve this question
You should accept an answer. – STATUS_ACCESS_DENIED Nov 23 '11 at 22:59
feedback

3 Answers

Opera DragonFly is a fully featured development tool:

  • Edit and modify the DOM tree and any CSS live. Click on elements to find them in the DOM.
  • Full breakpoint-and-step javascript debugger, including a remote debugger protocol for development on any device.
  • Network requests, HTTP headers and more. AJAX friendly.
  • Very helpful error messages, better tracing than some other tools.
  • You can update to the cutting edge branch to get the latest features. Simply, go to opera:config#DeveloperTools|DeveloperToolsURL and use https://dragonfly.opera.com/app/cutting-edge.

See more information on the developer blog, or read more tutorials on its usage at dev.opera.com...

link|improve this answer
feedback

Try Firebug Lite.

link|improve this answer
feedback

Found that Opera has some internal tool but its not handy at all

link|improve this answer
2  
Upgrade to Opera 9 or 10 - the internal tool gets a lot better. It's called Dragonfly by the way. – Ant Sep 29 '09 at 12:52
Dragonfly's still in Alpha but very promising – CodeByMoonlight Sep 29 '09 at 13:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.