Re: Making the regression tests halt to attach a debugger - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Making the regression tests halt to attach a debugger
Date
Msg-id 555BC3A9.1080807@BlueTreble.com
Whole thread Raw
In response to Re: Making the regression tests halt to attach a debugger  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 5/18/15 12:15 PM, Andrew Dunstan wrote:
> On 05/18/2015 01:05 PM, Tom Lane wrote:
>> Meh.  You could also add "select pg_backend_pid()" or some such.
>> But really, the way I generally do this is to run gdb via a script
>> that auto-attaches to the right postgres process if at all possible.
>> Removes the whole problem.
>>
>
> This should go on the wiki.

https://wiki.postgresql.org/wiki/Gdblive_script; and linked from gdb 
section of Developer FAQ.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bug in jsonb minus operator
Next
From: Jan de Visser
Date:
Subject: Re: Problems with question marks in operators (JDBC, ECPG, ...)