Displaying Debug Messages

You can choose to display debug messages when triggers fire during application execution. Debug messages are hidden by default.

To display debug messages:

  1. Choose Edit | Preferences to display the Preferences dialog box.
  2. Click the Runtime tab.
  3. To display debug messages, select the Debug Messages checkbox.

    Or

    To hide the debug messages, deselect the Debug Messages checkbox.

  4. Click OK.
  5. Run the module.

    When an event causes a trigger to fire, the Builder displays a message box just before the trigger is fired. The message specifies the name of the trigger that is being executed and the name of the object (module, block, or item) to which it is attached.

  6. Acknowledge the message in the Status line to continue program execution.

About Displaying Debug Mesages