All Questions
1 question
0
votes
1
answer
120
views
debugging web applications using debug parameter
A suggestion has been made by a team member to leave all debug code intact in our web pages... and then to create a variable that can be turned on / off to enable /
disable debugging.
This is a ...