SDK目录下v2.0\GuiDebug\DbgClr.exe
只能调试Debug版本
ildasm 反编译
ilasm 编译成debug版本 ilasm /debug /resource= *.res *.il 生成debug 版本 和 *.pdb符号文件
tools->options ->Text Editor 设置行号
file -> open 打开 *.il 文件
设置断点
debug->programe to debug 选择要调试的程序 *.exe