Datasheet
12
Debugging Tools
Debugging tools in Visual Studio 2008 enable you to
observe the run-time behavior of your program and
locate logic errors
Registers window enables you to see register values
change as your code executes with recently changed
values appearing in red
♦
♦
♦
♦
♦
♦
♦
♦
Remote Debugging enables debugging of a computer
or device from another computer
♦
♦
♦
♦
♦
♦
Script Debugging enables you to find and correct
errors in scripts written in VBScript or
JScript/JavaScript, including supports for debugging
of client-side scripts in ASP.NET pages
♦
♦
♦
♦
♦
♦
♦
♦
SQL-CLR Debugging enables you to debug various
kinds of CLR database objects, including stored
procedures, triggers, user-defined scalar functions,
user-defined table-valued functions, user-defined
aggregates, and user-defined types
♦
♦
♦
♦
♦
♦
Step-Into Web Services enables you to attach to a
Web service to debug a Web service call
♦
♦
♦
♦
♦
♦
♦
Symbols Server Support enables you to
automatically download the proper symbols for
various Microsoft operating systems, as well as
MDAC, IIS, ISA, and the .NET Framework
♦
♦
♦
♦
♦
♦
♦
♦
♦
♦
Threads window lists all of the threads for the
current process and information about them
♦
♦
♦
♦
♦
♦
♦
♦
Tracepoints enable you to create breakpoints with a
custom action associated with it
♦
♦
♦
♦
♦
♦
♦
♦
T-SQL Debugging enables you to debug various kinds
of T-SQL database objects, including stored
procedures, triggers, user-defined functions, and
extended stored procedures
♦
♦
♦
♦
♦
♦
Watch window displays the values of selected
variables or watch expressions and only updates
when execution is stopped at a breakpoint or
exception
♦
♦
♦
♦
♦
♦
♦
♦
♦
♦
♦
XSLT Debugger enables you to debug a style sheet, to
debug an XSLT transformation invoked from another
application, and to view XSLT output
♦
♦
♦
♦
♦
♦










