Run an app with the graphical debugger
When working in developer mode, you can use the graphical debugger to step through your code as your app executes on your mobile device.
Run an app with the Profiler
The Profiler is a tool built in the runtime system that generates a report about where the program spends time, and which function calls which function. The Profiler can help to identify areas in the program that are slower than expected.