Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 zephyr OS 上工作一个项目,我想调试我的代码。有谁知道如何将 GDB 调试工具与 west flash 或 build 一起使用?一般要和zephyr west结合起来才能开始调试。
west debug
可能是您正在寻找的。如果成功执行,则 gdb 命令提示符处于活动状态。