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

2014-01-16 Thread Felix . 徐
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

Re: [GENERAL] Breakpoints are not triggered in analyze.c (debugging Postgresql in Visual studio)

2014-01-16 Thread Tom Lane
=?GB2312?B?RmVsaXgu0Ow=?= ygnhz...@gmail.com writes: 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

Re: [GENERAL] Breakpoints are not triggered in analyze.c (debugging Postgresql in Visual studio)

2014-01-16 Thread ygnhzeus
Hi Tom, I'm debugging the /backend/commends/analyze.c. I've set up a Function breakpoint in visual studio,but seems no luck, T_T 2014-01-17 ygnhzeus 发件人:Tom Lane t...@sss.pgh.pa.us 发送时间:2014-01-16 23:31 主题:Re: [GENERAL] Breakpoints are not triggered in analyze.c (debugging Postgresql in