Saturday, May 20, 2017

About Tracer Options in Pega PRPC-2:

Option-1 Setting Break Points:

We will see about setting break points in the activities. This option is very similar to the breakpoints in Java.




Option -2: Setting watch variable:
To watch the variable in some page, so to check in which step what value is getting updated,


After setting the wtach variable for pxUpdateDateTime in pyWorkPage, we will trace and check how and where the date is updated.

We can see when watched variable is changed and it’s highlighted in the step where its updated.

1 comment: