How to Test and Debug an ASP.NET Application—Perspective
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Tutorials |
| ASP.NET Tutorials |
|
© 2006 Mike Murach & Assoc. |
As you can now appreciate, Visual Studio provides a powerful set of tools for debugging ASP.NET applications. For simple applications, you can usually get the debugging done just by using breakpoints, data tips, and the Autos window. You may also need to step through critical portions of code from time to time. For complex applications, though, you may discover the need for some of the other features that are presented in this chapter. With tools like these, a difficult debugging job becomes manageable.
Terms
virtual directory
virtual root
active mode
passive mode
Remote Debug Monitor
browse location
concurrency
concurrency error
break mode
Exception Assistant
stack trace
debugger
breakpoint
Breakpoints window
tracepoint
Output window
data tip
Immediate window
Autos window
Locals window
Watch window
watch expression
Trace feature
|

