Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how to use dev tools on mobile without remote debugging

  • 1 பதிலளி
  • 1 இந்த பிரச்சனை உள்ளது
  • 2 views
  • Last reply by Wesley Branton

while developing a mobile web app it is frequently annoying there seems to be no option in any browser on android that allows dev tools to be used. seems like a simple enough thing, it already exists in the desktop. a build of desktop version for android would also solve the issue.

while developing a mobile web app it is frequently annoying there seems to be no option in any browser on android that allows dev tools to be used. seems like a simple enough thing, it already exists in the desktop. a build of desktop version for android would also solve the issue.

All Replies (1)

You can't debug anything on Firefox for Android directly on your device, you need to use remote debugging. You can do this over USB or over WiFi.

This is pretty standard for anything that you do on mobile. For example, if you develop a regular Android app, you'll need to use remote debugging usually through USB.

The biggest reason I think this is may be because of the reduced screen size on mobile devices. If you are debugging something on a phone, it would probably be difficult to see the developer tools on your small screen.

As for getting the desktop version of Firefox running on Android, that's not possible. The Firefox for Desktop and Firefox for Android are two entirely different code bases because making an app for Windows differs vastly from making an app for Android.

Hope this helps.