Re: debugger

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Pedro Belmino <pedrobelmino(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: debugger
Date: 2007-10-19 14:25:57
Message-ID: 20071019142557.GA1527@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 19, 2007 at 08:23:43AM -0300, Pedro Belmino wrote:
> Hellow,
> I continue to have problems using the debugger, can not achieve any
> breakpoint that is outside the postmaster.c? Can anyone give me any hint?
> Where do I mark a breakpoint so that I can follow the creation of an index
> to file index.c for example?
> Thank,

Are you correctly attaching the debugger to the child (and not just the
postmaster).

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

  • debugger at 2007-10-19 11:23:43 from Pedro Belmino

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-19 17:21:34 Re: ts_rewrite aggregate API seems mighty ugly
Previous Message Hannu Krosing 2007-10-19 13:54:48 Re: Strange error dropping foreign key