This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432P401R: Debugging with "Step Over" keeps entering strxx functions

Pretty much what the topic says.

I suspect they are inlined, but is there any way to prevent the debugger from going into them?

On the plus side, I found that I should not use strlen in the condition expression of a for loop. 8^)