Code Warrior Breakpoint

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Code Warrior Breakpoint

1,157件の閲覧回数
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 返信

797件の閲覧回数
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 件の賞賛
返信