Re: Breakpoints

2012-06-21 Thread Michael Meeks
On Wed, 2012-06-20 at 12:04 -0700, Joel Madero wrote: > Thanks I'll look through those links. One thing I noticed on the wiki > is that it says to do this: ... > cd /opt/libreoffice/program :-) > when I install from source it never installs there so I was confused > for a second (or two)

Re: Breakpoints

2012-06-20 Thread Daniel Bankston
On 06/20/2012 02:04 PM, Joel Madero wrote: Thanks I'll look through those links. One thing I noticed on the wiki is that it says to do this: cd /opt/libreoffice/program when I install from source it never installs there so I was confused for a second (or two). I think maybe updating the wiki

Re: Breakpoints

2012-06-20 Thread Joel Madero
Thanks I'll look through those links. One thing I noticed on the wiki is that it says to do this: cd /opt/libreoffice/program when I install from source it never installs there so I was confused for a second (or two). I think maybe updating the wiki to include a couple examples or at least a lin

Re: Breakpoints

2012-06-20 Thread Daniel Bankston
On 06/20/2012 01:45 PM, Daniel Bankston wrote: Also take a lot at this about gdb and libo if you haven't already: https://wiki.documentfoundation.org/Development/How_to_debug Take a "look". :-) ___ LibreOffice mailing list LibreOffice@lists.freedeskt

Re: Breakpoints

2012-06-20 Thread Daniel Bankston
On 06/20/2012 01:42 PM, Daniel Bankston wrote: On 06/20/2012 12:55 PM, Joel Madero wrote: I think this is a basic question but how do I go about putting on breakpoints and then how do I "use" the breakpoints to determine things like what variables are being called on? This stems from a previou

Re: Breakpoints

2012-06-20 Thread Daniel Bankston
On 06/20/2012 12:55 PM, Joel Madero wrote: I think this is a basic question but how do I go about putting on breakpoints and then how do I "use" the breakpoints to determine things like what variables are being called on? This stems from a previous email where someone suggested doing the follow