数据断点 meaning in Chinese
data breakpoint
Examples
- You can set data breakpoints in break mode only
只可以在中断模式下设置数据断点。 - How to : set a data breakpoint native only
>如何:设置数据断点(仅限本机) - Setting a data breakpoint causes execution to break when the value of that variable changes
设置数据断点会使程序在该变量值发生更改时中断执行。 - False hits on data breakpoints on local variables can be caused by reuse of registers
寄存器的再使用可使设置数据断点的局部变量产生错误的结果。 - For this reason , data breakpoints are automatically disabled at the end of each debugging session
因此,数据断点在每个调试会话结束时将被自动禁用。