Code Warrior Breakpoint

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

Code Warrior Breakpoint

808 Views
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 Kudos
1 Reply

448 Views
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 Kudos