S32 Design Studio breakpoint problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32 Design Studio breakpoint problem

跳至解决方案
747 次查看
rick1964
Contributor II

While working with S32 Design Studio, I suddenly couldn’t set breakpoints anymore. When running in Debug mode, the program loads correctly, and I can trace the source code using the F5 and F6 keys. However, any attempt to set a breakpoint ends in failure, and the list of breakpoints shows a strange, crossed-out icon. What’s odd is that when I run the program in real mode (F8) and then stop it using "suspend", the executed code stops at the correct location in the source code, I can continue tracing with F5 and F6, and restart (F8). However, breakpoints cannot be activated. The project is compiled for Debug Flash mode, and the compiler is run with the "-g" parameter.
I am using my custom development board with the S32K312 processor, and the debugging tool is the PE Micro Multilink Universal. The software is up to date, and the error described above occurred during normal work on the project.

It is not related to this project; the same error occurs in older projects where the use of breakpoints previously worked without any issues.

标签 (1)
0 项奖励
回复
1 解答
732 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @rick1964,

Could you check if the option to "Skip all breakpoints" is toggled? It seems to be the same icon:

Julin_AragnM_0-1748020964723.png

Best regards,
Julián

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
733 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @rick1964,

Could you check if the option to "Skip all breakpoints" is toggled? It seems to be the same icon:

Julin_AragnM_0-1748020964723.png

Best regards,
Julián

 

0 项奖励
回复
712 次查看
rick1964
Contributor II
Julian,
thanks for your help. I was looking for the mistake in completely the wrong place—I totally overlooked this…
Richard
0 项奖励
回复