CLR Debug without Visual Studio?

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.
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top