Use the PowerScript Debugger to identify and resolve logic and semantic errors that
occur when you run your application.
Debugging is usually an iterative process: you run
the debugger to evaluate your application's execution and diagnose problems in your code. After editing
your code to fix the problems, run the debugger again to test your fixes. You might repeat this cycle many times.
This is a single iteration in a typical debugging cycle: