The debug-js Element

From Documentation


Syntax:

<debug-js>true|false</debug-js>
[Default: false]

It specifies whether to load uncompressed JavaScript files. By default, it is false and ZK loads the compressed version of JavaScript files (*.wpd). They are hard to read and debug, though the footprint is much smaller.

To debug JavaScript files, you can specify it to true. Then, the original uncompressed JavaScript files with comments will be loaded instead. When you report a javascript error stack trace, it's better to enable this to make calling hierarchy readable.

ZK Configuration Reference-debug-js.png



Last Update : 2023/05/22

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.