Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger: does it have a call stack window?
Message
From
06/05/2005 10:38:15
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01011559
Message ID:
01011607
Views:
15
>>Is there a "call stack" window (as in VFP's debugger)? I'd like to see where the call to the current line came from.
>
>You can set Trace on.
>
>In Page directive for page-level tracing by doing something like:
>
>
><%@ Page Language="c#" .... Trace="true"   
>
>
>For application-level tracing set "true" in web.config.
>
>Then, if the application=level tracing is enabled, you can view trace viewer called trace.axd. For example,
>
>
>http://localhost/MyApp/trace.axd
>
>
>The above will show you the summary of entries in the trace log. Then you can expand it by clicking in View Details link.
>
>HTH


Actually I was looking for CTRl+ALT+C
Thanks.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform