Re: Open unmatch source file when step into parse_analyze() in Eclipse?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: hom <obsidianhom(at)gmail(dot)com>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Open unmatch source file when step into parse_analyze() in Eclipse?
Date: 2011-03-04 16:42:39
Message-ID: AANLkTi=9mrH+QTT6tODWuoGSowD2VDwg8BLKQmsuqG6o@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 4, 2011 at 11:40 AM, hom <obsidianhom(at)gmail(dot)com> wrote:
> I think Eclipse just find incorrect file.
> when Eclipse compiles the code, it should use scan.c to build.
> But when debugging, Eclipse open scan.l to step in.

That's a feature, not a bug.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2011-03-04 16:49:00 Re: Quick Extensions Question
Previous Message Robert Haas 2011-03-04 16:42:09 Re: Quick Extensions Question