Hello ,
I can 't have an enabled breakpoint , also FreeRtos tasks (threads) I can't see them however. I create 4 tasks.
Maybe it's not well configured. I am based on the Freertos s32k344 example.
maybe my debugger doesnt support FreeRtos, my debugger is :
Solved! Go to Solution.
According to the shared images, looks like you have selected the Skip All Breakpoints. This command marks all breakpoints in the current view as skipped. Breakpoints marked as skipped will not suspend execution.
B.R.
VaneB
Hi,
I am using S32 DS V3.4 , using Free RTOS with 2 task. When i try to debug, breakpoint are hitting at very first time, but after triggering Resume option, breakpoints are not hitting.
Anyone please give me some suggestion to resolve this error.
According to the shared images, looks like you have selected the Skip All Breakpoints. This command marks all breakpoints in the current view as skipped. Breakpoints marked as skipped will not suspend execution.
B.R.
VaneB