Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Enumerate Local Variable Scope

0 views
Skip to first unread message

Chris Hohmann

unread,
Jul 23, 2003, 3:56:34 AM7/23/03
to
Does anyone know of a way to enumerate the local variable scope? The
reason I ask is that I have a function that dumps the contents of
response,request,server,etc... for debugging purposes. I'd like to also
display the local variables.

TIA
-Chris


Ray at <%=sLocation%>

unread,
Jul 23, 2003, 8:42:38 AM7/23/03
to
I'd love it if someone replied and said, "That's not true; here's how," but
I do not believe there is any way to loop through a variables collection or
anything like that, other than to just code it yourself.

Although you probably would not want to do this, you could use all session
variables while debugging and loop through them though.

Ray at work

"Chris Hohmann" <hohmannATyahooDOTcom> wrote in message
news:OCZBR7OU...@TK2MSFTNGP12.phx.gbl...

Chris Hohmann

unread,
Jul 23, 2003, 1:52:42 PM7/23/03
to
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:e43pnfRU...@TK2MSFTNGP11.phx.gbl...
Yeah, that's what I thought. I do enumerate the Session and Application
scope as well. I've settled for eval'ing items in a "watch list". Thanks
for the feedback.

-Chris


0 new messages