Output of printf
Jan-Marek Glogowski
glogow at fbihome.de
Tue Jul 28 20:16:33 UTC 2020
Am 28.07.20 um 21:18 schrieb anshu khare:
> I need to print some numerical value whose formula I am working on. I
> need to check if the formula is correct.
As nobody has mentioned it yet, and it seems it's also not mentioned in
https://wiki.documentfoundation.org/Development/How_to_debug: there is
SAL_DEBUG, which can be used like SAL_INFO and SAL_WARN.
Since it is C++ ostream based, all the pretty printers for various types
apply and the git hooks will prevent you from committing debug output
accidentally.
More information about the LibreOffice
mailing list