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.

ndk源码(包括各个提供的组件)怎么实现单步调试



ccs采用组件技术,在cfg的配置文件中,直接使用import("?")就可以把一个包添加到工程中,很方便,在相关文档中也介绍了怎么使用xdctools来编译组件,

但是如果想要  在工程中单步调试这个组件怎么实现呢,  是需要把包的源码重新生产一个lib文件放在工程调试,或者直接把源码放在工程调试吗???

请教下TI的工程师吗。你们写组件的时间怎么调试的呢 例如NDK,BIOS的