Showing posts with label Debug. Show all posts
Showing posts with label Debug. Show all posts
Monday, November 16, 2009
Which debugging window allows you to see the methods called in the order they were called?
The call stack
What debugging tools come with the .NET SDK?
1. CorDBG – command-line debugger. To use CorDbg, you must compile the original C# file using the /debug switch.
2. DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR.
2. DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR.
Labels:
Debug
Disclaimer:- All articles are not written by me.i copied some useful definition and tutorials from others site, copied site location is shown in all articles bottom as source.