This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CCSTUDIO:是否有任何 CCS 工具可以监控数组索引越界、以及哪个指令可以修改变量

Guru**** 2347570 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1511473/ccstudio-is-there-any-ccs-tools-to-monitor-the-array-index-out-of-bounds-and-which-instruction-modifies-the-variables

部件号:CCSTUDIO

工具/软件:

您好专家

想知道 CCS 中是否提供了某些调试工具

1.检测 数组索引超出范围的工具,如 Valgrind 等

2、报告哪些指令改变变量并返回 PC 寄存器值的工具。

谢谢

Joe

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 Joe、

    可用选项会因 CCS 版本和使用的器件而异。 但是、通常、可帮助进行这种调试的最受支持的功能是使用 观察点 来监控程序和数据总线的各种值(监控对存储器位置的读取/写入等)并触发停止。 我将从探索观察点开始。

    谢谢

    Ki