0 votes
in C Sharp by

What debugging tools come with the .NET SDK?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Aug 31, 2023 in Android by Robindeniel
0 votes
asked Aug 17, 2023 in C Sharp by GeorgeBell
...