This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Debugging gets stuck at INLINE app_timer_evt_get()

I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set here, Eclipse is automatically stopping here. I reverted to an older version of the project and this does not occur, however going through all the code changes I cannot see any reason why this would now be occurring, other than perhaps slightly large code size. Has anyone seen this problem?

Thanks for the help guys.

-K

p.s. If I do not try and debug the code runs fine, but trying to run from the Debug window of Eclipse (even with zero breakpoints set), execution stops at app_timer_evt_get() on every single app_timer event.

Related