Re: [HACKERS] how to use eclipse when debugging postgreSQL backend

2009-10-09 Thread Greg Smith
This whole discussion looked helpful to save, I put a summary of the issue and the suggested solution at https://wiki.postgresql.org/wiki/Working_with_Eclipse#Debugging_with_child_processes so nobody has to reinvent this. -- * Greg Smith gsm...@gregsmith.com http://www.gregsmith.com Baltimore,

Re: [HACKERS] how to use eclipse when debugging postgreSQL backend

2009-09-30 Thread Rajanikant Chirmade
Hello Hongchan, You need go to through following steps : 1. Debug Perspective = Run = Debug Configuration 2. On left side of menu you can see C/C++ Attach to Application 3. Right click on C/C++ Attach to Application and create new debug configuration, 4. Set Project, Build

[HACKERS] how to use eclipse when debugging postgreSQL backend

2009-09-28 Thread 노홍찬
Hello hackers, I really appreciate Mr. Cecchet’s effort to establish the wiki page (working_with_eclipse, http://archives.postgresql.org/pgsql-hackers/2008- 10/msg00312.php). I set up my PostgreSQL development environment with Eclipse, following the page’s instructions. However, I’m