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 14:22:49
 
 
To
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:
01011718
Views:
16
Another really useful tool is the breakpoint window, where you can set conditions on breakpoints, stuff like only break if bool variable = false or int variable > 6 or any other boolean expression that you like. You can also specify how many times the breakpoint has been hit.

What is really missing in the current version of C# .NET is the ability to have the debugger break any time a variable's value changes. It is available in VB, though. I call out for that feature from tortured dreams every night. I haven't given up, though. Maybe in VS.NET 2005.

>>>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.
David S. Alexander
Kettley Publishing
20271 SW Birch Street, 2nd Floor
Newport Beach, CA 92660-1752
Previous
Reply
Map
View

Click here to load this message in the networking platform