[#BloombergLP-bsltf-debugprint-0b9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::debugprint :relfileprefix: ../../ :mrdocs: Print the value of the specified `obj` to the console. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void debugprint(xref:BloombergLP/bsltf/AllocTestType.adoc[AllocTestType] const& obj); ---- == Description Note that this free function is provided to allow `bsls_bsltestutil` to support these types intended for testing. See the component‐level documentation for `bsls_bsltestutil` for more details. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | object whose value is printed |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#