本文介绍了Visual Studio 2010:内存地址发生变化时中断的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,



我正在使用visual studio 2010进行调试。

用C编程

我想要在内存地址发生变化时中断。这意味着,我有一个内存地址,可以在代码中的数百个位置进行更改。我希望在实际更改时找到代码中的位置。我怎么能这样做?



谢谢

Hello,

I am debugging using visual studio 2010.
Programming in C.
I want to break when a memory address has changed. It means, I have a memory address, which can be changed in hundreds of places in the code. I want to find the place in the code when it is actually changed. How can I do it?

Thanks

推荐答案



这篇关于Visual Studio 2010:内存地址发生变化时中断的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 18:35