CLR Debug without Visual Studio?

  • Thread starter Thread starter localhost
  • Start date Start date
L

localhost

Is there a way to get MS Development Environment and a CLR debugger
installed on a machine (eg development server) without touching Visual
Studio? I would like to step into some compiled C# code (.dll/.pdb).

Thanks.
 
Is there a way to get MS Development Environment and a CLR debugger
installed on a machine (eg development server) without touching Visual
Studio? I would like to step into some compiled C# code (.dll/.pdb).


If you install the .NET Framework SDK, you get the Cordbg and DbgClr
debuggers.



Mattias
 
Back
Top