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. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
