An open API service indexing awesome lists of open source software.

https://github.com/salaah01/linux-ios-debugger

This program will allow you to run the inspect element tool using the Google Chrome/Chromium browser on your Linux (Debian) machine.
https://github.com/salaah01/linux-ios-debugger

browser chrome chromium css debugging ios javascript linux web webdev webdevelopment

Last synced: 7 months ago
JSON representation

This program will allow you to run the inspect element tool using the Google Chrome/Chromium browser on your Linux (Debian) machine.

Awesome Lists containing this project

README

          

# Linux iOS Debugger
This script will allow you to run the inspect element tool using the Google Chrome/Chromium browser on your Linux machine.
At the moment, this script works for Debian based distros (uses `apt install`). If you need this ability on other distros, have a look into the install script and replicate in your distro.

## Installation
1. Install either Google Chrome or an Chromium based browser from software center.
2. Open your iOS, device, go to **Settings**, navigate to **Safari**, click on "Advanced" and enable "Web Inspector".
3. Run `./install.sh`
4. Follow the on screen instructions.

## Inspecting Your iOS Device
1. Open the downloaded browser and navigate to `chrome://inspect/#devices`.
2. Run `./start.sh`.
3. Click on configure and add `localhost:9000`.
4. You should now be able to see the inspect options which will allow you to open the developer tools on your browser whilst you navigate on your iOS device.

## Credits
This script comes from following compiling the instructions on https://onestepcode.com/debugging-ios-on-linux/ into a single script.