'Tweaked: Security of the debug console was improved'
This was a change in the latest Arma 3 Update (1.70) change log. Prior to this update I used 'createDialog "RscDisplayDebugPublic"' in an admin menu to give admins access to the debug console. This was convenient as I could use it as a way for multiple players to open and use the debug console rather than having it limited with the pause/escape menu debug console only allowing it to be used by a logged in admin. With this latest update, I can no longer use the debug console in the above way. After looking into the code behind the debug console I can see it now uses a 'isDebugConsoleAllowed' which checks if the player is an admin, the value is set for all users in the description.ext or if the session is in singleplayer. This is an issue for me, and I'm sure many other servers which use a method similar to mine. Admins on my server who have been given access to this debug console through createDialog can no longer access it. Instead, they need to be logged in as an admin, which is a problem because there can only be 1 admin logged in at a time.
I really hope there is a way around this or that it can be changed somehow because this is really annoying and I really need to be able to do this.