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).
Declared in <bsls_bsltestutil.h>
void
debugprint(char const* v);
| Name | Description |
|---|---|
| v | null-terminated string to print, or null |