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

From: hom <obsidianhom(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Open unmatch source file when step into parse_analyze() in Eclipse?
Date: 2011-03-04 16:40:10
Message-ID: AANLkTikJhoCYF3eMjza8XRRr=eGvtsOG6ChUnvCgxWZJ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

I don't known how to trace into scan.c :(

2011/3/4 Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>:
> On 04.03.2011 14:55, hom wrote:
>>
>> when I debug step in the scanner_init(),  Eclipse always finds scan.l
>> and the excute order is still unmatched.
>> May it be scan.c actually ?
>
> Well, scan.c is generated with flex from scan.l. I don't know if Eclipse can
> handle that correctly.
>
> --
>  Heikki Linnakangas
>  EnterpriseDB   http://www.enterprisedb.com
>

--
Best Wishes!

                                     hom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-03-04 16:42:09 Re: Quick Extensions Question
Previous Message Peter Eisentraut 2011-03-04 16:38:14 Re: Quick Extensions Question