Since some time, when I run my app under Xcode with breakpoints enabled, I hit a unknown breakpoint apparently in a system framework called nlohmann::basic_json:
I can continue execution without problems, but this is annoying anyway.
Any idea what is the reason for this breakpoint, or even better, how can I avoid it?