Logging all managed exceptions --- CDB.exe -pn LoadGenWin.exe -cf clr.txt --- You'd log all managed exceptions when something goes wrong. · CDB.exe -pn LoadGenWin.exe · .logopen /t C:\clr.log · .loadby sos mscorwks; !eeversion; sxe -c "!clrstack; !pe;
Read More...