In addition to building your postgis with debugging (as you have done) you need to build your postgresql with debugging on, because the ./postgis directory inherits its build configuration from the postgresql sources (thanks to pgxs, a mixed blessing). So go back and rebuild your postgresql too.
ATB, P On Sat, Nov 14, 2015 at 2:30 PM, Ruby Tahboub <[email protected]> wrote: > Dear PostGIS-Users, > > I'm debugging the sources of PostGIS (using Eclipse) for the purpose of > understanding how spatial predicates work and how to go about adding new > ones. I noticed that I can't step into postgis/gserialized_gist_2d.c, other > locations under the same directory e.g., postgis/geography_measurements.c > can step into nicely. Could you double check my configurations: > > CFLAGS="-g3 -O0" ./configure --with-pgconfig=/usr/local/pgsql2/bin/pg_config > --with-projdir=/usr/local --enable-debug > > postgis-2.2.0dev > > Thanks, > Ruby > > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/postgis-users
