做了一个Excel的插件,运行的时候弹出unhandled exception异常窗口
我想要去调试他,其实只是想看看出错在那里。
我按照下面的作了,结果不行,还是异常窗口。
请指教,谢谢!************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.For example:<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.