您可以在想要使调试器停下的代码处设置和除去断点。
Set and remove breakpoints in code where you want the debugger to stop.
这可以通过操作代码、使用调试器,或操作执行环境来完成。
This is done either by instrumenting the code, using a debugger, or instrumenting the execution environment.
当您针对托管代码启动调试时,调试器无响应。
When you start debugging with managed code, the debugger doesn't respond.
应用推荐