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.linnakan...@enterprisedb.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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to