Steps to Reproduce
- in browser Console, run the code zk.load('zk.debug')
Current Result
10.0.0
http://localhost:8080/zkaddoncase/zkau/web/_zv2024022712/js/zk.debug.wpd net::ERR_ABORTED 404 (Not Found)
9.6.5
http://localhost:8080/zk9support/web/js/zk/debug/debugger.css.dsp net::ERR_ABORTED 404 (Not Found)
Expected Result
successfully load zk.debug.wpd
Debug Information
- dumpWidgetTree4Zul() is still a useful tool, when the source zul is a complicated and parameterized page, e.g. a zul page that accepts more than 30 parameters to determine its layout. In that case, it's hard to know what's the final result of the zul even if we have the zul source code. It's better to get a zul code from the actual page in a browser.