Réf. : Debugging SPI C functions

Started by Nonameover 21 years ago2 messagesgeneral
Jump to latest
#1Noname
bsimon@loxane.com

UP !

Aren't there any way to debug server programming functions (whatever the
language) ??

Benjamin.

bsimon@loxane.com
Envoyé par : pgsql-general-owner@postgresql.org
12/01/2005 17:15

Pour : pgsql-general@postgresql.org
cc :
Objet : [GENERAL] Debugging SPI C functions

Hi all,

We have a postgresql server running on a Linux machine. Our aim is to
develop a bunch of SPI stored procedures to automate a production process.
We use Eclipse with CDT plugin for C programming.

Is there a mean to debug SPI functions with Eclipse (or any other tool) as
it is possible with libpq based programs ?

Thanks.

Regards,
Benjamin.

#2Joe Conway
mail@joeconway.com
In reply to: Noname (#1)
Re: Réf. : [GENERAL] Debugging

bsimon@loxane.com wrote:

Aren't there any way to debug server programming functions (whatever the
language) ??

What's wrong with gdb?

Joe