Instructions
The following steps only need to be performed once for each computer and user account you're running Reveal on:
In Reveal, open theHelpmenu and clickInstall Debugger Commands…
ClickContinueto finish the installation.
To learn more about Reveal Server debugger commands, please refer to thecorresponding guide.
Open your iOS or tvOS project in Xcode, and selectView → Navigators → Show Breakpoint Navigator.
In the bottom left of the pane, click the+button and selectSymbolic Breakpoint…
EnterUIApplicationMaininto theSymbolfield.
Click theAdd Actionbutton, and ensure thatActionis set toDebugger Command.
Copy and paste the following command into the field below:
reveal load
CheckAutomatically continue after evaluating actions.
Right click the newly created breakpoint and selectMove Breakpoint To → User.
You can enable and disable the breakpoint as you would any other. User breakpoints are available across all Xcode projects.
In Xcode, build and run your application under the iOS or tvOS Simulator.
You should now be able to switch to Reveal and see your iOS or tvOS application listed. Select your app and verify that you can see a snapshot matching what you see in the simulator.