Re: debugging with gdb

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: debugging with gdb
Date: 2014-07-12 07:01:03
Message-ID: CAB7nPqT3fKVt6oaMB9=jOYg+vv_Wtn-=oqmTrbpk0hRa_ePWpA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 11, 2014 at 11:26 PM, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com> wrote:
> 13)n
In gdb, 'n' or 'next' is used to have the debugger switch to the next
line, if you want to stop automatically to the next breakpoint, use
either 'c' of 'continue'.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gudmundsson 2014-07-12 09:34:24 Re: Bi-Directional replication client awareness
Previous Message John R Pierce 2014-07-12 06:47:36 Re: permission problem