3

Remote debugging was easily possible with Opera Dragonfly in much previous versions of Opera. But Dragonfly has been replaced with Chromium based developer tools in recent versions and the remote debugging tool can not be found there .

So what is the way to do the remote-debugging in Opera (i.e. version 30 ) while using Opera Mobile Classic Emulator in desktop ?

Istiaque Ahmed
  • 6,072
  • 24
  • 75
  • 141

1 Answers1

0

You don't need the Emulator.

  • Open the site in Opera and then the developer tools (such as "right klick" -> "inspect element").
  • the second button from the left: "toggle device mode"
  • chose a device and reload the page
  • you can work with all the dev tools on the emulated page!

If neccessary you can add custom devices in Settings -> Devices

Have fun!