Breakpoints are not triggered in analyze.c (debugging Postgresql in Visual studio)

From: Felix(dot)徐 <ygnhzeus(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Breakpoints are not triggered in analyze.c (debugging Postgresql in Visual studio)
Date: 2014-01-16 14:11:52
Message-ID: CAPmhLM1wqa_hiJs+q8nHLA9NhJt3CRXqUoWQryhedKgvtkwdog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I've set up a developing environment on my windows using Visual Studio
2012, everything works fine, except that the breakpoints set in analyze.c
are not triggered in debug mode (breakpoints in main.c and some
initialization code worked well), and I'm sure that line has been executed
since my own messages have been printed on the console. Does anyone have
any experience debugging postgresql in Visual Studio?

Thanks!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2014-01-16 15:31:08 Re: Breakpoints are not triggered in analyze.c (debugging Postgresql in Visual studio)
Previous Message Rémi Cura 2014-01-16 13:19:47 Re: reading array[text] in C extension function