Skip to content

[iOS] Safari Debugging

Camilo edited this page Oct 25, 2023 · 2 revisions

If you need to debug JavaScript files in iOS you can use Safari and iOS Simulator (or real device, e.g. iPad).

First activate Safari Developer Menu.

Safari Developer

Then open Xcode and run your Jasonette project with a Simulator (or the real device).

Finally select your Simulator inside Safari’s Debug Menu .

Choose the JSContext for your App. A JavaScript console should be available.

More details in the Phoenix Wiki.

If the simulator does not appear. Try closing Safari and restart the simulator. The simulator must be open before Safari.

Activate Safari Web Inspector

Captura de Pantalla 2023-10-25 a la(s) 10 56 51

Clone this wiki locally