.Net - Describe the debugging windows available in
.NET. - June 03, 2009 at 11:00 AM by Shuchi Gauri
Describe the debugging windows available in .NET.
Debug->Windows:
Breakpoints: displays a list of all the breakpoints and where
they are. Shows condition when that breakpoint will be hit if a condition
exists and the Hit Count shows the number of times that breakpoint has been
hit.
Output: Displays the status messages for various features in
the IDE. It shows the output form a list of objects throughout debug mode of
the application.
Immediate: This window allows the programmer to write code and
verify values through programming while debugging the application. It helps in
checking the values of objects/controls etc, and the conditions throughout the
application in debug mode.
Also read
How do we step through code?, What are the debugging windows
available?.................
What is Break mode?, What are the options for stepping through code?, What is a
Breakpoint?, Define Debug and Trace Class, Explain how to configure Trace
switches in the application's .config file, What are Trace
switches?................
What is break mode? What are the options to step through code?, Debug Vs Trace,
Define trace class, Define Listeners collection of Trace and Debug objects,
Define Trace Switches..................
Debug.Write: Debug Mode, Release Mode (used while debuging a
project)...............
Break mode is the state of an application when the execution gets paused and
allows........
Steps to step through the code in .NET:........
Both are used to help programmers find errors, occurring events and flow of
code.........
Trace switches allow us to filter, enable/disable the outputs through Trace. We
can configure them through the config file. 3 types of trace switches:........
switches are configured using the .config file........
|