cancel
Showing results for 
Search instead for 
Did you mean: 

Exclamation mark breakpoint

zamolan
Associate II
Posted on November 26, 2014 at 18:20

 Hi! 

Keil  MDK Lite V5.12

 I cannot tell why the debugger cannot breakpoint certain rows. Like a CAN_Transmit function. Not only will put an exclamation mark, it will jump over it completely. This function is that time-sensitive that you cannot break it? 

Nor breakpoints inside the function will be called. The code just simply jumps over that part. Why? I can link the code, if needed, though I doubt the ''problem'' is a particular one. Rather my lack of knowledge. 

Thank you! 

#exclamation #breakpoint
1 REPLY 1
Posted on November 26, 2014 at 19:04

Turn off optimization, that way there will be a more simplistic one-to-one linear code flow.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..