Re: [Libreoffice] Debugging UNO references in gdb

2011-05-31 Thread Michael Meeks
On Tue, 2011-05-31 at 07:39 +0200, David Tardon wrote: > FWIW, I have this in ~/.gdbinit : Which reminds me - how is the inclusion of the python debugging goodness going on ? and/or could we use that to help out here ? :-) Thanks, Michael. -- michael.me...@nov

Re: [Libreoffice] Debugging UNO references in gdb

2011-05-30 Thread David Tardon
On Mon, May 30, 2011 at 09:57:16AM +0200, Andor E wrote: > Hello, > I'm trying to debug an issue with bookmarks in the Writer import > filter. Right now my biggest problem is, that I don't know how to get > information from the UNO reference objects. The import filter uses > cursors and text ranges

[Libreoffice] Debugging UNO references in gdb

2011-05-30 Thread Andor E
Hello, I'm trying to debug an issue with bookmarks in the Writer import filter. Right now my biggest problem is, that I don't know how to get information from the UNO reference objects. The import filter uses cursors and text ranges to insert the bookmarks into the document. I'm pretty sure, that t