Question about debugger

From: kkim3(at)ncsu(dot)edu
To: pgsql-hackers(at)postgresql(dot)org
Subject: Question about debugger
Date: 2003-10-15 15:43:07
Message-ID: 33076.152.14.9.195.1066232587.squirrel@webmail.ncsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I'm a student who use postgresql. I'd like to debug postgres source code.I
tried to use "ddd" in linux. The thing what I want to do is debugging
backend part.How can I do that. The commands that I used until now are
following.

1. ddd postgres
2. In the ddd,I tried to attach pid. (but I can't find pid about backend)
3. When I tried to run program with break point,I met error like "can't
find 2003-10-15(that is the date and time when I run)".

So,I'm not sure how can I use "ddd". Could let me know how can I use this?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-10-15 15:49:17 Re: fix for strict-alias warnings
Previous Message Tom Lane 2003-10-15 15:43:05 Re: Database Kernels and O_DIRECT