C# (Sharp) Programming Language Question:
What debugging tools come with the .NET SDK?
Answer:
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.
Previous Question | Next Question |
How do you generate documentation from the C# file commented properly with a command-line compiler? | What does assert() method do? |