Joel,
I debug into gdal source from visual studio all the time. Here is what I
do:
1. Use nmake to build gdal from the command line with the nmake.opt file set
to build gdal in the debug configuration.
2. Copy the gdalxxx.dll, gdalxxx_i.lib and gdalxxx.pdb to the same directory
as my application
Hi Joel,
If you use of the .vcproj files provided by the GDAL distribution you should be
able to create breakpoints and run in debugging mode. It is not perfect, some
times I have problems with that too. I like the way that Netbeans C++ handle
makefiles on Linux better than VS but I never tried