[Libreoffice] Examing unicode strings in gdb (while debugging LibO)
Caolán McNamara
caolanm at redhat.com
Wed Nov 17 08:44:19 PST 2010
On Wed, 2010-11-17 at 17:17 +0100, Giuseppe Castagno wrote:
> Hi all,
>
> I remember there was a way to examine in human readable way a Unicode
> string in OOo.
>
> It should be the same in LibO, but, alas :-(, I don't remember how.
>
> Does somebody remember how?
print dbg_dump(string)
should (in theory) generally work with rtl::OUString,rtl::OString,String
and ByteString, etc.
C.
More information about the LibreOffice
mailing list