Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugger: does it have a call stack window?
Message
De
06/05/2005 10:38:15
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01011559
Message ID:
01011607
Vues:
16
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform