Automate debugging LO

Caolán McNamara caolanm at redhat.com
Thu Apr 23 13:13:24 PDT 2015


On Thu, 2015-04-23 at 21:32 +0200, Hamidi Massinissa wrote:
> hi,
> 
> 
> I wonder if there is a way to do some automation when debugging LO.
> Actually I want to put some breakpoints and print some values and for
> this I tried :
> gdb --batch --command=/tmp/test.gdb instdir/program/soffice.bin
>but the breakpoints I put in the file "test.gdb" are not recognized due
to the fact that the methods have not been loaded yet

try adding 

set breakpoint pending on

to the start of your test.gdb

C.




More information about the LibreOffice mailing list