Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C

Question: What debugging tools come with the .NET SDK?
Answer: CorDBG – command-line debugger, and DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR. To use CorDbg, you must compile the original C# file using the /debug switch.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook