I have build a project, and it has been running normally. Now, I want to test a font data, so I created a function. But strangely, although the compilation has been successful, I can't set breakpoints in this function. As a result, I can't perform step-by-step tracking debug, and when I trace, I find that those can't be set Breakpoint statements, when the program runs, it has skip directly, this is why? i can only set a break point in the "u8_t databuf[2*COL] = {0};",like this:
