使用SDK默认的编译选项,编译、debug后,某些BSP库的.c文件不能打断点,会提示:
Multiple markers at this line
- Line breakpoint: xadapter.c [line: 215] failed to plant: Unresolved source line
information
- Line breakpoint: xadapter.c [line: 215]
且Debug单步调试走的是汇编语言,因此怀疑是编译优化的原因,查网上资料,详见
更改BSP文件的编译优化选项,如下
问题解决。