| 1. | You can set data breakpoints in break mode only 只可以在中断模式下设置数据断点。 |
| 2. | How to : set a data breakpoint native only >如何:设置数据断点(仅限本机) |
| 3. | Setting a data breakpoint causes execution to break when the value of that variable changes 设置数据断点会使程序在该变量值发生更改时中断执行。 |
| 4. | False hits on data breakpoints on local variables can be caused by reuse of registers 寄存器的再使用可使设置数据断点的局部变量产生错误的结果。 |
| 5. | For this reason , data breakpoints are automatically disabled at the end of each debugging session 因此,数据断点在每个调试会话结束时将被自动禁用。 |
| 6. | A data breakpoint is set on a global or local variable , rather than a location in the code 数据断点是设置在某个全局变量或局部变量上的断点,而不是在代码中的某一位置上。 |
| 7. | Data breakpoints allow you to break execution when the value stored at a specified memory location changes 使用数据断点可以在存储于指定内存位置上的值发生更改时中断执行。 |
| 8. | If you set a data breakpoint on a local variable , it is best to remove or disable it before the function ends 如果在局部变量上设置数据断点,则最好在函数结束之前移除或禁用它。 |
| 9. | In addition to these location breakpoints , the visual studio debugger offers data breakpoints for native only 除这些位置断点外, visual studio调试器还提供仅限于本机使用的数据断点。 |
| 10. | If you attach a data breakpoint to a local variable , the data breakpoint remains enabled when the function ends 如果将数据断点附加到局部变量,则在函数结束时数据断点保持为启用状态。 |