Question
Bits In Glass
Bits In Glass
CA
Bits In Glass
Posted: Dec 7, 2023
Last activity: Dec 14, 2023
Last activity: 14 Dec 2023 22:37 EST
Solved
Live UI Alternative
Any Alternative to Live UI in pega Constellation?
***Edited by Moderator Rupashree to add Capability tags***
To see attachments, please log in.
@RamandeepR
As you have inferred Live UI is a tool that can only be used with traditional section / harness based Pega UI and is not available in constellation. The alternative is the XRay module which will render the screen with information showing the view metadata.
You can launch the XRay tool by entering
PCore.getDebugger().toggleXRay(true)into the browser console. To disable XRay, enterPCore.getDebugger().toggleXRay(false).You can switch it off again by setting the value to false or refreshing the screen.
Please see the quick demo, and article for more information about debugging in constellation.
Tools for debugging Constellation (pega.com)