Watch a memory location/install 'data breakpoint' from code?

前端 未结 5 1069
迷失自我
迷失自我 2020-12-21 04:37

We have a memory overwrite problem. At some point, during the course of our program, a memory location is being overwritten and causing our program to crash. the problem hap

5条回答
  •  独厮守ぢ
    2020-12-21 05:11

    Debugging APIs are platform-specific, but they do exist. Windows and UNIX APIs can be found online.

提交回复
热议问题