Show Debug Message Icon Show Debug Message

With this action you can send a debug message to the Compiler Output. This message can be either a string or a real number, but if you wish to use both then the number must be converted to a string (see the action Number To String). Note that you can output multiple messages using this action by clicking the Expand Action icon to expand the action with further output fields.

 

Action Syntax:

Show Debug Message Action

Arguments:

 

ArgumentDescription
MessageThe message to show in the Output window

 

Example:

Show Debug Message ExampleThe above action block code will check a variable and if it returns true then a couple of debug messages will be shown in the Output window.