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

Поиск
Список
Период
Сортировка
От hom
Тема Re: Open unmatch source file when step into parse_analyze() in Eclipse?
Дата
Msg-id AANLkTikJhoCYF3eMjza8XRRr=eGvtsOG6ChUnvCgxWZJ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Open unmatch source file when step into parse_analyze() in Eclipse?  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Open unmatch source file when step into parse_analyze() in Eclipse?  (Robert Haas <robertmhaas@gmail.com>)
Список 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.linnakangas@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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Quick Extensions Question
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Quick Extensions Question