Re: [dev] How to use gdb with OO

2005-05-11 Thread Mathias Bauer
Aditya Pandey wrote: Hi Jayant Thanks for replying. I have compiled my addon's files with -g option. I dont think it even gets a chance to be considered by gdb (I uninstalled my addon and then tried gdb-attaching to openoffice, it didnt like the idea :) ). Yes, I am not using a debug

Re: [dev] How to use gdb with OO

2005-05-10 Thread Kay Ramme - Sun Germany - Hamburg
Aditya, unfortunately gdb does not seem to be an easy beast ;-). I tried various versions by myself, what I found working quite well, is: gdb --version GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are

Re: [dev] How to use gdb with OO

2005-05-10 Thread Bjoern Milcke
Kay Ramme writes: Aditya, unfortunately gdb does not seem to be an easy beast ;-). I tried various versions by myself, what I found working quite well, is: gdb --version GNU gdb 6.3-debian [...] I am also using this version, and it works indeed good, however it still has the problem

Re: [dev] How to use gdb with OO

2005-05-10 Thread Bjoern Milcke
Kay Ramme writes: Aditya, unfortunately gdb does not seem to be an easy beast ;-). I tried various versions by myself, what I found working quite well, is: gdb --version GNU gdb 6.3-debian [...] I am also using this version, and it works indeed good, however it still has the problem that