This section describes the basic tools available for debugging a Post postprocessor.
Several events assist in the debugging process. These events are used in the supplied debugging tools. You can also use these events to create your own custom debugging tools.
There are two different debugging tools. The first is referred to as the Debugging Tool is intended to assist you in debugging at the event level. The second is referred to as the Output Analyzer is intended to assist you in debugging your postprocessor program.
This section pertains to:
Events For Debugging
The Post Debugging Tool
The Post Output Analyzer
If you want to output the full error message in the dialog, without creating the debug information, put the following in the Event Handler after any source but outside all procedures. You may want to do this if you want the full error message but do not have time to wait for the debug information to generate.
MOM_ret_debug_mode ON
rename MOM_before_each_event ON
MOM_before_each_add_var ON