Multiple choice technology architecture

Which of the following method is used for viewing any step page’s info in XML format (especially for the purpose of debugging)

  1. a.Show-XML

  2. b.Show-Html

  3. c.Show-Page

  4. d.Show-Step-Page

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Show-Page is the Pega method that displays a step page's complete structure in XML format, making it invaluable for debugging. It shows all properties and their values in the current clipboard context. Despite the name, it outputs XML, not HTML, and is specifically designed for page inspection.