Re: [GENERAL] breakpoints in eclipse using postgresql

2014-07-06 Thread Adrian Klaver
On 07/06/2014 05:44 AM, Ravi Kiran wrote: hi, I am using helios Eclipse for debugging my code in postgresql. My aim is to know how postgresql uses join algorithms during the join query, so I started to debug*nodenestloop.c* which is in the Executor folder. I gave break points in that file, But

[GENERAL] breakpoints in eclipse using postgresql

2014-07-06 Thread Ravi Kiran
hi, I am using helios Eclipse for debugging my code in postgresql. My aim is to know how postgresql uses join algorithms during the join query, so I started to debug*nodenestloop.c* which is in the Executor folder. I gave break points in that file, But whenever I try to debug that file, the cont