RE: [gdal-dev] Debugging on Windows Using Visual Studio

2008-12-20 Thread Martin Chapman
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

Re: [gdal-dev] Debugging on Windows Using Visual Studio

2008-12-20 Thread Lucena, Ivan
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