Encrypted scripts in GuiXT script window: We have been using GuiXT for many years and now want to enhance one of the scripts. In order to understand the scripts we look at the GuiXT "Script" window in order to see which script statements are actually executed. Unfortunately the script lines are shown in an encrypted format. This was not the case when we developed the scripts. Has it changed in GuiXT?
Apparently you are using the option

CacheEncryption  Yes

This encrypts the scripts after downloading them from SAP Web Repository. I suggest you use a different guixt.ini for your development;  set

CacheEncryption  No

so that the script lines will become visible in clear text in the GuiXT script window.