Liquid UI Forum

Using Your Liquid UI Products => Developer Toolkit (Designer and Workbench) => Topic started by: Rahul Gera on July 15, 2019, 11:16:44 AM

Title: Liquid UI Debugger Activation and Execution
Post by: Rahul Gera on July 15, 2019, 11:16:44 AM
Purpose: Liquid UI Debugger Activation and Execution to Debug Liquid UI Scripts, during Run-time.

Activation:
The below command needs to be added in GuiXT.sjs configuration file to activate Liquid UI Debugger.

                         debug = 1;

Execution:
        Pre-Requisite:
        * SAPgui has an active session.
        * "Activate GuiXT" is checked in "Customize Local Layout" Menu.

Option 1: From windows file explorer
Navigate to Liquid UI Debugger executable (WSDebugger.exe), and right-click, select "Run as administrator".
Liquid UI Debugger windows opens up and need to click on Lightning symbol to start debugging Liquid UI Scripts.

Option 2: From SAPGui session
Type /ws_h() in transaction entry field.
Liquid UI Debugger windows opens up and starts debugging Liquid UI Scripts.