Pavel Janík wrote:
Hi,

Then you could advise me probably. I could get it to work properly. When I tried it some weeks ago I was for strange reasons not able to set break points and start the program etc.
What to do to get it going? Which emacs version do you use.


setting breakpoints works in Emacs perfectly and I see no issues there.

Just run

M-x gdb RET

change the command line to use sofficebin as the binary (it is "intelligent" in some way that if you have e.g. libvcl* as link to your builddir, it will try to use libvcl* as the binary...).

Then you can use e.g.

break InitVCL

and then run

Works very good. In fact I can't see any difference to debugging other stuff.
Thanks Pavel, I will give it another try.

Regards,
Tino

--

It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change.

Charles Darwin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to