🎴 Flashcard Mode
Computer Architecture and Software Design Patterns Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the following method is used for viewing any step page’s info in XML format (especially for the purpose of debugging)
AnswerClick to flip back
A
c.Show-Page
💡 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.