Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool like DbgCLR.exe which could be used to debug .NET Framework 4.0 assemblies

Tags:

.net

debugging

It seems DbgClr does not exist in .NET 4.0, is there any other similar tools

like image 321
Carlos Liu Avatar asked Oct 11 '22 08:10

Carlos Liu


1 Answers

WinDbg might be a good choice. http://msdn.microsoft.com/en-us/windows/hardware/gg463009

like image 111
aevanko Avatar answered Oct 14 '22 02:10

aevanko