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.
你好,Johns:
理想情况下,我们 希望使用cortex-debug扩展(使用arm-none-eabi-gdb代理)将其集成到VSCode中。 我们正在使用SEGGER J-Link (cTAG)工具, 并且正在开发TI CC2650F128器件。 我在 某种程度上使用了这个设置,我遇到的一个问题是看不到调用栈,当我尝试从函数中退出到调用时,调试会话将被阻塞。
从我的理解来看,这两个工具链似乎有很多重叠, 我想看看是否有一些调试生成选项,以便使它完全按预期工作。 我还想确保有一个解决方案,而不仅仅是"有效的",它也是最好的解决方案。