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.

IAR仿真下,想在某行代码设置断点,结果断点自动跳到其他行?



IAR仿真下,想在某行代码设置断点,结果断点自动跳到其他行?

工程里有两个文件是这样的,其他文件设置都正常。是什么问题,如何解决?

比如:

if(a>0)

{

        nop();

}

此处有空格

nop();

想要在if中的nop()处设置断点,但双击该行代码,断点位置跳到下一行或者空格处