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时候点击运行直接跳到memcpy does not contain frame information,然后就没法在运行了
点击debug提示栏,显示Can't find a source file at "c:\users\admini~1.ms-\appdata\local\temp\ti_mkl~1\src/memcpy62.c"
Locate the file or edit the source lookup path to include its location.
这是什么原因?请指教,谢谢~
请教下ccs编译器中,一个二维数组初始话不同大小,对debug时候的结果不一致,有时候程序能运行,有时候不行,为啥?
比如说a[8][10]和a[8][100],往往调试的结果不一样,
二维数组的大小影响了什么?
不太好解释。。。
比如说我数组只需要20*50大小,但是定义成a[20][50]输出不正常,必须定义的大一些。
而且在适当大化的情况下,输出结果还不一样
比如说a[30][60]和a[40][70]还不一样。。。是不是很难理解?
说不清,,,,