What methods and tools are available for debugging SiteKiosk clients?

I am responsible for the maintenance and development of some of the SiteKiosk client machines. We are currently running version 6 of the software and have no plans to update in the near future.

I have a demo machine where I can enable any functionality I want to make it easier for me to debug, but the built-in browser in SiteKiosk supports a very limited set of features. Moreover, it allows customization of Javascript objects that prevent me from viewing my code in a non-embedded browser.

Anyway, what methods do you use to encode against this browswer?

0


a source to share


1 answer


You can run this software on your development machine and disable all security features (windowing, keyboard filter, shell replacement, etc.), enable debug window and then use SiteKiosk.Logfile.Notification () method to print to debug window.



+2


a source







All Articles