Is there a way to turn on DEBUG MODE for a web application?
Ladies and gentlemen!
Is there a way (some secret call? ) to turn on a debug mode for a particular IRIS web app?
The reason is to log debug information in REST-API dispatch methods if the app is in debug mode.
Of course, I could use "a global", but if there is any standard way?
Product version: IRIS 2021.1
Check out my series of articles: Debugging Web.
Add this code to see call parameters:
Thanks, Ed!