Aras Innovator Platform

Debugging Client-side Methods

  1. Include the line debugger, to your Method.
  2. Press the F12 key while in your Internet Browser, or right-click and select ‘Inspect’, or ‘Inspect Element’. This will open a new dialog.

  1. Perform the action that runs the method code, and the code should pause itself once it reaches the debugger, statement.

  1. Afterwards, you can press F8 to continue running normally, F10 to perform another step of method code, and find javascript variable values using the Debugger Console.