Hi,
Here is the next step of QtCreator integration : debugging of OUString
(and internal type rtl_uString)
http://imgur.com/ZrvIZ2V,2G52CwW,2r2wVSP
1 : default view for OUString variable : just address and length
2 : new view : you have the string (here with some specific french
characters and 'euro' symbol)
3 : new view : you can have internals of OUString
I had to write few lines of python into ~/.gdbinit file.
My question is :
as it's not a source file, how/where should I upload that file ? And
instructions to use it ?
And a noob question :
how to define an unicode string in c++ ?
I wrote :
rtl:OUString sTest = "éèà€";
or
rtl:OUString sTest("éèà€");
but it both failed into assert at runtime.
Cheers,
Michel
Context
- QtCreator for LibreOffice : debugger integration · Michel Renon
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.