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.
- Host: GitHub
- URL: https://github.com/salaah01/linux-ios-debugger
- Owner: Salaah01
- Created: 2021-07-23T18:24:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T12:32:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T18:44:56.823Z (7 months ago)
- Topics: browser, chrome, chromium, css, debugging, ios, javascript, linux, web, webdev, webdevelopment
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.