请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
我希望在 main()函数前添加断点,因为当前程序会自动运行到 main,而在 main 不起作用之前在启动代码中添加断点。 如何将我的项目配置为不会运行到 main 并在其之前添加的任何断点处停止?
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.
我希望在 main()函数前添加断点,因为当前程序会自动运行到 main,而在 main 不起作用之前在启动代码中添加断点。 如何将我的项目配置为不会运行到 main 并在其之前添加的任何断点处停止?
您好!
若要通过 CCS 执行此操作:
请参阅 幻灯片33和35了解提示和技巧。