When debugging, the current PC (program counter) marker is covered by the clangd_client marker.
See the image below, the first image is that the debugger hits the breakpoint at the line 2342, you see the current PC marker can't be seen
In the second image, you see that if the "next line" button get clicked, the current PC marker can be seen again.