<div dir="ltr">Apparently we have a macro called DEBUG_PRINTF() which, if you compile LLDB with a special pre-processor setting enabled, will cause certain messages to be printed to stdout while running LLDB.<div><br></div><div>Does anyone use this?  This seems like a kind of hacky alternative to tracepoints and/or pretty printers, and in some cases is causing otherwise dead code to be compiled into the binary, so there's some benefit to removing it.  </div><div><br></div><div>Is anyone opposed to removing all of this?</div></div>