error order when debug postgresql step by step?

From: hom <obsidianhom(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: error order when debug postgresql step by step?
Date: 2011-03-01 15:15:58
Message-ID: AANLkTimsg88_E0HSYLsDZ_qeTigA6YRvKmwU0p0HWzBZ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

HI,
I tried to debug PostgreSQL under Redhat with Eclipse.
I follew the guide ' Working with Eclipse ', and build the DB successfully.
http://wiki.postgresql.org/wiki/Working_with_Eclipse

However, when I debug the souce code step by step, I found it run in
the wrong order.

I think the cause maybe the share library and the source code do not match.
I have add MY_PG_INS_DIR/lib to LD_LIBRARY_PATH, but it does't work at all.

How can I do to make sure the right excute order when I debug step by step ?

Thank you for answering.

--
Best Wishes!

                                     hom

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-03-01 15:21:15 Re: error order when debug postgresql step by step?
Previous Message Tom Lane 2011-03-01 15:15:53 Re: Sync Rep v17