在使用VLFFT例程的调试时,Debug界面设置Breakpoint时总是出现叹号,无法使能断点,并提示错误 “NO code is associated with "D:\CCS\......\main.c"line 53 in any loaded symbols”.
请教如何解决该问题啊!?
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.
在使用VLFFT例程的调试时,Debug界面设置Breakpoint时总是出现叹号,无法使能断点,并提示错误 “NO code is associated with "D:\CCS\......\main.c"line 53 in any loaded symbols”.
请教如何解决该问题啊!?
自己回答一下,在设置断点的时候,必须用鼠标左键选中 “vlfft_evmc 6678I[Code Composer Studio - Device Debugging]” 再设置断点,否则会出现以上描述的现象导致无法使能断点。
在设置断点的时候必须用鼠标左键选中 “vlfft_evmc6678I[Code Composer Studio - Device Debugging]” 才能进行正常的设置,也才能使能断点,否则会出现以上所描述的现象
但是又有一个新问题,就是断点设置成功了,但运行以后并没有在断点处停一下,不知道这是怎么回事!??
能否给出一个vlfft断点设置的举例予以说明呢?谢谢