Re: Debugger

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Debugger
Дата
Msg-id 200709192128.29675.peter_e@gmx.net
обсуждение исходный текст
Ответ на Debugger  ("Pedro Belmino" <pedrobelmino@gmail.com>)
Ответы Re: Debugger  (Hannes Eder <Hannes@HannesEder.net>)
Список pgsql-hackers
Pedro Belmino wrote:
> I am with a problem. When I am using debugger, breakpoints that they
> are inside of main function (stop the execution in the marked point)
> but when breakpoint is marked in another archive (index.c for
> example) breakpoint does not function (the execution in the point
> does not stop), because this happens?

There is a fork() happen between the main function and what you are 
probably looking for break at.  You need to attach to the session 
process after it forks, not to the main postmaster process.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: curious regression failures
Следующее
От: "Guillaume Smet"
Дата:
Сообщение: Re: like/ilike improvements