vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. Insight doesn't seem to work very well on Windows... I can believe most of you are happy with gdb... Thanks for any info. Pierre ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| 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 with Eclipse without success. > Insight doesn't seem to work very well on Windows... > > I can believe most of you are happy with gdb... While I'm actually happy with GDB, I can see why not everybody would be. I wonder however what problem you had with debugging. Maybe you are not attaching to the correct process? -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |