Lightweight .NET debugger?

后端 未结 8 672
醉话见心
醉话见心 2020-12-24 06:46

I frequently need to debug .NET binaries on test machines (by test-machine, I mean that the machine doesn\'t have Visual Studio installed on it, it\'s frequently re-imaged,

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 07:30

    There is always mdbg and cordbg, but I would suggest digging more into why remote debugging doesn't work consistently.

    VS2005/8 seem a lot more reliable than earlier versions here (though I primarily do unmanaged) and it saves you from having to have the symbols accessible on the target machine.

提交回复
热议问题