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.
是不是Debug-->Run-->Load symbol-->选择对应的.out文件,然后界面就行调试时的界面那样可以单部调试?加载的这个.out文件需要和烧到Flash中的.out文件一致吗?
我做了以下实验:
(1)加载的out与Flash中不同的.out文件也能像调试那样正常运行。
(2)一个程序调试时能正常运行,烧到FLash中不能正常运行。通过仿真器Load symbol这个.out文件,看到的现象是正常运行的。这样要怎么定位问题出在哪里?