Not working as advertised
Monday, February 9th, 2009Adobe documentation, book and verse: The availability and number of debugging sessions is set in the AllowDebugDefault and MaxPendingDebugConnections elements of the Application.xml configuration file. By default, debugging is not allowed. To override the debug setting in the Application.xml file, add the following code to an application’s server-side code: application.allowDebug = true; (Developer’s guide for [...]