Avatar

Level 10

Really! You need to know that. That's how you debug stuff in Livecycle.

What you can do is right click on your process and go under Record and PlayBack -> Start Recording. Now it's going to start recording all invocations to that process.

Then invoke your process using what ever method you want. Once you're done invoking the process, you can go back to Record and PlayBack, and select Play Process Recording.

This will allow you to "play" the invocation again and see the content of the variables at each step.

Jasmin