Hello
I'm tring to debug a DLL using an application ( I'm creating an extension of postgres function ), but when I try to run debug dll the vs2005 say me "no debug information for application pgadmin.exe, symbols not found". I don't know the way pgadmin.exe has been compiled , but I have to debug extension and I don't know how to do it.
Please Help !!!!!
Bye
Robygus
Search Result
Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
-
Debug c++ dll vs2005 with test exe ( No debug Info )
-
PGAdmin connection to PostgreSQL
PG Admin Version 1.6.0 (Nov 15 2006, rev 5641) Running on Windows 2000
PostgreSQL 8.2.6, running remotely on Linux
pg_hba.conf contains the record ...
host all all 12.345.678.90 255.255.255.255 trust
where 12.345.678.90 is the IP address that I am trying to connect from
Database started with
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -o -i start
...