Why the location of breakpoint moved and whether it will effect the debug process?

I'm debugging the project that nrf_dm to learn how it work.

The build configuration as the picture:

I add my breakpoint as follow:

However,when I start to debug,the location of breakpoint moved.

So,if I need to accept it? And it will work in which line?

Related