Use Info Statements to Debug Your Code

Info statements will save your life while coding in Deluge. Use them to display the values of the expressions you create and use in your code.

All info statements are formatted in JSON. You may use this site to more easily read that JSON output.

Use them to:

  • detect errors
  • extract data or other api names you need
  • know how to format certain variables or commands
  • write polished code

It is best practice to run your code on a test record. While writing your code, your info statements will give you information about that record and the actions you perform.