Select which events, event types, rulesets, and pages to trace, break conditions, and options for the amount of output that you want the Tracer to generate.
Exception – Stops the Tracer on the first Java exception.
Fail Status – Pauses processing when a step ends with a Fail status in the pxMethodStatus property value.
Warn Status – Pauses processing when a step ends with a Warn status in the pxMethodStatus property value.
Expand Java Pages – If processing has properties of mode Java Pages, includes the Java class details from those properties in the Tracer output. This option can significantly slow processing.
Abbreviate Events – Tracer operation can affect the performance of your requestor session. This option reduces the performance impact by limiting the amount of clipboard detail that is retained for each row in the Tracer window.
Local variables – Captures the status of local variables for Begin and End events of activities and their steps. An output row is created each time the value of a local variable in an activity is set.
Selecting this option disables Pages To Trace.
For local variables with a value of Java null, the Tracer output displays the string null - No Value for the value of the local variable.
sendDebugMessagetoTracer(strMessage, strRuleSet)
at appropriate places. This function is in the PegaRULES Utilities
library. Because this function returns void
, it cannot be used in most methods. To include the function in a Java step, enter the call in the following format:
pega_rules_utilities.sendDebugMessagetoTracer(message, RuleSet)
Debug
.Reference Properties
. Primary and step pages for a requester are traced by default. This option is not available if you selected Abbreviate Events in the GENERAL OPTIONS section.
While the Tracer session runs, the Tracer watches these pages. If it locates the pages, links to their content display in the Properties on Page window when you open an event from the Tracer output.
Although there is no limit to the number of pages you can trace, the Tracer runs slower as the number of traced pages increases.