ios-safari-remote-debug/README.md
2024-02-21 11:06:45 -06:00

934 B

ios-safari-remote-debug

A remote debugger for iOS Safari- that you can run on a remote server!

You will need to run an install of ios_webkit_debug_proxy on the device you'll be accessing the debugger from. You'll need to be connected over a cable to an iPhone, and be navigated to a page in Safari.

Use an external install

Follow the steps above, and navigate to ios-safari-debug.besties.house.

Selfhosting

git clone https://git.gay/besties/ios-safari-remote-debug/
cd ios-safari-remote-debug
go build
./ios-safari-remote-debug build
./ios-safari-remote-debug serve

Then, once again run ios_webkit_debug_proxy. Then you can navigate to http://127.0.0.1:8924!