[Qgis-developer] Re: [GRASS5] QGIS GRASS digitizer new crash

Radim Blazek radim.blazek at gmail.com
Mon Aug 22 05:48:19 EDT 2005


On 8/18/05, Markus Neteler <neteler at itc.it> wrote:
> > Is there a debugging facility in QGIS, such as a compiler option or an
> > environment variable that you could use to gather more information referring
> > to the error?
> 
> Yes, this should help to enable QGIS debug:
> 
> ./configure --help | grep debug
>   --enable-debug          Enable debuging messages [default=no]


In GRASS plugin/provider is sometimes used:

#if QGISDEBUG > 3

so to get all messages you have to use something like
export CPPFLAGS="-DQGISDEBUG=5" 
before configure.

Radim




More information about the grass-dev mailing list