There are redundant if(c4::is_debugger_attached()) { C4_DEBUG_BREAK()} checks [here](https://github.com/biojppm/rapidyaml/blob/2cf09b073db1921938f7db87cb74560512829f55/src/c4/yml/detail/parser_dbg.hpp#L53) and [here](https://github.com/biojppm/rapidyaml/blob/2cf09b073db1921938f7db87cb74560512829f55/src/c4/yml/detail/parser_dbg.hpp#L61C28-L61C28) C4_DEBUG_BREAK already has that [check](https://github.com/biojppm/c4core/blob/8f060a4693eef378e92ac0dff35875bc81b910db/src/c4/error.hpp#L78)