Re: [Anjuta-list] Basic problems with Anjuta



Hi Steve,

Steve a écrit :
So an interesting exercise to confirm this would be to link with static libraries and see if I can step
through the program then. What is the configure option to do that? 'CFLAGS=-g -O0 LDFLAGS=-static' doesn't
work.

I don't know, I haven't tried this. Even if you link all your program libraries statically, you can still get a trouble if one static library uses another one dynamically.

Assumng that what you say is true, and I am not doubting you here, that would mean that the step function is unreliable at best.

Yes.

Unless you keep track of what causes dynamic libraries to be
loaded, you never know when a step will execute a Continue command. I will have to stick to using
> breakpoints.

Most program load dynamic libraries only at the beginning. A few other like Anjuta uses plugins and so can load libraries dynamically at other places. Anyway, it is something that doesn't happen that often. So steps can still be useful but definitively you can get such trouble and have to use breakpoints.

2. There is problem to set the yellow arrow
http://bugzilla.gnome.org/show_bug.cgi?id=559867

I think this bug has been fixed in Anjuta 2.24.1

Regards,

Sébastien




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]