S32 Design Studio breakpoint problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32 Design Studio breakpoint problem

Jump to solution
793 Views
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.

Labels (1)
0 Kudos
Reply
1 Solution
778 Views
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

 

View solution in original post

0 Kudos
Reply
2 Replies
779 Views
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 Kudos
Reply
758 Views
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 Kudos
Reply