title: "Remote-debugging iOS devices in Webkit and Firefox on Linux"
slug: "linux-chrome-devtools-firefox-ios"
type: post
date: 2020-06-07T18:54:08+02:00
draft: false
---
I choose Linux for my desktop computing environment but frequently have to debug web pages in iOS devices using Chrome or Safari.
These steps successfully enabled live debugging for iOS devices in Chrome devtools (and should also work in Mozilla Debugger, but I haven't tested this yet.)
Testing environment:
* Ubuntu 18.04
* Chrome 81
It seems that the `master` branch of libusbmuxd (and possibly other libraries) is required to ensure compatibility with iOS 13. This requires building from source on Linux.
I pushed a Docker image that automates these steps: https://github.com/rfwatson/remotedebug-ios-webkit-adapter-docker