I published my application and I want to add extra "Admin" functionality to it. I see a lot of debug information, when I run my application in Debug mode, all of this is removed in the Release mode, for having a more clear application.
Now if I login to my application, I want to check the login name and password, so for example when I login with "Admin", "Password", I want to see the Debug info as well.
Question:
Is it possible to switch from Release to Debug in code?