Re: Debugger

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Debugger
Дата
Msg-id 9598.1192798610@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Debugger  ("Pedro Belmino" <pedrobelmino@gmail.com>)
Список pgsql-hackers
"Pedro Belmino" <pedrobelmino@gmail.com> writes:
> I continue to have problems using the debugger, can not achieve any
> breakpoint that is outside the postmaster.c? Can anyone give me any hint?
> Where do I mark a breakpoint so that I can follow the creation of an index
> to file index.c for example?

Sounds to me like you attached the debugger to the wrong process.
Start a session, find out the backend's PID, then attach to that.
        regards, tom lane


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: full text search in 8.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: max_prepared_transactions default ... why 5?