Kaydet (Commit) e0c17f41 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

How to examine strings in winedbg.

üst e515cc93
......@@ -208,6 +208,15 @@ $ winedbg soffice.bin
Would be great to be able to use winedbg --gdb, but it was crashing here :-( -
but maybe you'll be more lucky.
Tricks of some use with winedbg:
--------------------------------
To examine OUStrings, you might want to use the following trick (prints 50
unicode characters of rLibName OUString - the +10 is where the buffer starts):
Wine-dbg>x /50u rLibName->pData+10
0x0909b6c8: vnd.sun.star.expand:$LO_LIB_DIR/abplo.dll
TODO:
- installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment