Author Topic: Liquid UI Debugger Activation and Execution  (Read 3026 times)

Rahul Gera

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 88
    • View Profile
Liquid UI Debugger Activation and Execution
« 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.
« Last Edit: July 15, 2019, 04:09:28 PM by Rahul Gera »