RPE: How to receive debug output?
How do I receive any debug output when generating a document?
How can I get debug output whilst generating a document with RPE?
|
One answer
If you are lookign for the output document, that will be available only when the document generation completes.
When RPE debugger reaches an element with breakpoint, the debugger stops. You can inspect the element and the data context in RPE Debug view. The element context gives the element ID, element type, current recursion level and if the condition on the element passed or not. The data context is made of the template variables and the data elements visible at that location.
You can add additional debug statements that will shown in RPE colsole or rpe.log.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.