Skip to main content

Web

It is often necessary, and quite difficult, to debug mobile sites in real-time by manipulating the DOM and revising CSS in order to see how the site renders and reacts to changes. You can do so with locally connected devices but device scarcity might hinder the effort. With Remote Debugging you can inspect and debug the site with remotely located devices as if they were connected locally to your machine.

There are these main benefits:

  • There is no need to keep the devices at reach. 
  • You can debug the site on a large number of devices, of different makes and operating system versions.

Remote Debugging lets you debug your mobile sites on both Android and iOS devices.