[#BloombergLP-bsls-debugprint-0ac0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::debugprint :relfileprefix: ../../ :mrdocs: Print to the console the specified string, `v`, enclosed by quote characters ("), unless `v` is null, in which case print `(null)` (without quotes of any kind). == Synopsis Declared in `<bsls_bsltestutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void debugprint(char const* v); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#