the debugger might or might not break execution when exception occurs.
发生异常时,调试器不一定会中断执行。
when you run the application under the debugger, the debugger will break execution at that location when the code is hit.
当您在调试器下运行该应用程序时,此调试器将在命中该代码时在该位置中断执行。
processes window, you can break execution of an attached process.
「进程」窗口中,您可以中断附加进程的执行。
data breakpoints break execution when a value that is stored at a specified memory location is written.
数据断点可在写入存储在指定内存位置的值时中断执行。
you can tell the debugger to break execution immediately when an exception is thrown, before any handler is invoked.
您可以让调试器在引发异常时立即中断执行(在调用任何处理程序之前)。
the debugger will encounter that breakpoint and break execution on the way out of the current calls.
调试器会在退出当前的调用过程中遇到该断点并中断执行。
you can break execution at any time to examine values, modify variables, and otherwise examine the state of your program.
您可随时中断执行以检查数值、修改变数或检查程式的状态。