Changes between Version 9 and Version 10 of FAQMiscellaneous


Ignore:
Timestamp:
Jun 20, 2014, 8:27:11 AM (10 years ago)
Author:
Mateusz Łoskot
Comment:

Link CPL_DEBUG option

Legend:

Unmodified
Added
Removed
Modified
  • FAQMiscellaneous

    v9 v10  
    2626== How do I debug GDAL? ==
    2727
    28 Various helpful debugging information will be produced by GDAL and OGR if the ''CPL_DEBUG'' environment variable is set to the value ''ON''. Review the documentation for the [http://www.gdal.org/ogr/cpl__error_8h.html CPLDebug()] function for more information on built-in debugging messages.
     28Various helpful debugging information will be produced by GDAL and OGR if the [wiki:ConfigOptions#CPL_DEBUG CPL_DEBUG] confiuration option is set to the value ''ON''. Review the documentation for the [http://www.gdal.org/ogr/cpl__error_8h.html CPLDebug()] function for more information on built-in debugging messages.
    2929
    3030For versions prior to GDAL 1.5, on Unix operating systems GDAL can be built with the ''CFG'' environment variable set to ''debug'' to enable debugger support with the ''-g'' compiler switch.  For GDAL versions 1.5+, you can enable debugging symbols with the --enable-debug configure switch.