|
When it comes to debugging ASP, you often want to keep track of the variable values throughout the script. This article introduces a procedure that, when invoked, displays all variables in a script along with their values and internal types.
Scenario
Let's assume our ASP to be debugged (host.asp) looks like this:.
|