The following events have been supplied to support the development of Post postprocessor debugging tools.
MOM_before_each_event
If MOM_set_debug ON has been executed this event is automatically triggered by each event that is triggered by the Event Generator. The event name will be loaded into the variable mom_debug_event_name.
MOM_before_each_add_var
If MOM_set_debug ON has been executed this event is automatically triggered just before a variable is loaded. The variable name and its value will be loaded into mom_debug_assign_var in the format <var_name>=<value>.
MOM_before_load_address
If MOM_set_debug On has been executed this event is automatically triggered before an address is loaded with a new variable.
MOM_catch_warning
This event is triggered in case an error condition is encountered by the Event Generator. The warning message is loaded into the variable mom_warning_info.
MOM_end_debug
This event is triggered whenever debugging is turned off. You can then perform whatever action is needed to clean up after debug.
MOM_init debug
This event is triggered whenever debugging is turned ON.
For performance reasons, NX will only call these debugging events if they exist in the currently loaded event handler.