LargeEdit

Debugging Script


Debugging script

  • Use the Step Over button of step over each line of code.
  • Use the Step In button to step into code functions.
  • Add variables to the watch list to see their value.
  • Click the Run button to execute the remainder of the code without stop.