Re: [HACKERS] GUI Debugger for PostgreSQL on Windows

2005-12-13 Thread Alvaro Herrera
Pierre Racine wrote: > Hi, > > This might be a newbie question but I'm wondering how, most of you guys, > are debugging PostgreSQL on Windows (XP) ? Are you all using gdb? I want to > develop a new data type and I'd like to trace code in a graphical > interface. I have been trying very hard wit

[HACKERS] GUI Debugger for PostgreSQL on Windows

2005-12-13 Thread Pierre Racine
Hi, This might be a newbie question but I'm wondering how, most of you guys, are debugging PostgreSQL on Windows (XP) ? Are you all using gdb? I want to develop a new data type and I'd like to trace code in a graphical interface. I have been trying very hard with Eclipse without success. Insig