Code Warrior Breakpoint

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

Code Warrior Breakpoint

911 次查看
Thommi_Tulpe
Contributor IV

Hello,

when i want to run the code in debug mode from a Breakpoint, the code

stays at the breakpoint. I have to delete the breakpoint first.

Than I can run the code. When I do not delete the breakpoint the code jumps always to the old

breakpoint.

What can I do to run the code after a breakpoint. I do not want to delete the breakpoint.

 

I have the CW10.1. My target is aTWR-k60N512 Tower.

Launch configuration:

TWR_K60_MK60512VMD100_INTERNAL_FLASH_PnE U-MultiLink

 

Thanks for help

Thomas

0 项奖励
回复
1 回复

551 次查看
mjbcswitzerland
Specialist V

Hi

 

I think that what happens in such cases is that the code is interrupted by pending interrupts when it starts running after a break point, services that interrupt and then stops back at the original break-point again after it returns.

 

Check in the debugger settings to see whether there are options to automatically disable interrupts when breakpoints are hit and then to let it automatically step once before enabling interrupts when running again (or similar).

 

Regards

 

Mark

 

0 项奖励
回复