Re: [HACKERS] Trouble with the PL/pgSQL debugger and VC++

2007-09-06 Thread Charlie Savage
Hi Korry, Can you e-mail the VC++ projects that you created? (You can do that off-list). I have VC++ here but I haven't tried to do a PG build in that environment yet (guess it's time to learn). Done. However, I can't set any breakpoints using PgAdmin. I know the dlls are loaded via Pro

[HACKERS] Trouble with the PL/pgSQL debugger and VC++

2007-09-06 Thread Charlie Savage
Hi Korry, I am having problems with getting the debugger to work. Setup: OS: Windows XP Postgresql Version: 8.2.4 compiled with VC++ 2005 Since my version of pg is built with VC++ I thought it wise to also use VC++ for the debugger plugin. So I converted the Makefile into 3 different VC++ p

Re: [HACKERS] Trouble with the PL/pgSQL debugger and VC++

2007-09-06 Thread korry.douglas
Since my version of pg is built with VC++ I thought it wise to also use VC++ for the debugger plugin. So I converted the Makefile into 3 different VC++ projects - pldbgapi, plugin_debugger and targetinfo. Note that targetinfo is not mentioned at all in the comments at the top of Makefile - y