472,143 Members | 1,698 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

is there any way to print a stack trace in ASP classic ?

I had found some debug examples here: http://www.aspemporium.com/codelib.aspx?pid=115&cid=16
but I am mainly interested in a trace so I could see what functions
are on the stack as well as the source file and line number they where
called from. You can do this in PHP by some such debug_print_trace()
call

Oct 4 '07 #1
1 5115
wb*******@yahoo.com wrote:
I had found some debug examples here:
http://www.aspemporium.com/codelib.aspx?pid=115&cid=16 but I am
mainly interested in a trace so I could see what functions
are on the stack as well as the source file and line number they where
called from. You can do this in PHP by some such debug_print_trace()
call
No. For debugging ASP, use a class. See:
http://support.microsoft.com/kb/299986/EN-US/
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Oct 4 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.