[GRASSLIST:2266] Grass57 debuglevel

Hello list,

How can we set debug level and debug file in grass57? We tried the environment variables GRASS_DEBUG_LEVEL=9, DEBUG=filename1 GRASS_DEBUG_FILE=filename2, v.digit did not report any debug info to filename.

How can we compile just 1 module again in grass57? Executing make in module dir, compiled just the object files, but not the executable.

TIA,

Sjors

Try using:

g.gisenv set=DEBUG=9

for debug level 9, for example.

Cheers,
Chris

On Jan 18, 2004, at 9:57 AM, Sjors wrote:

Hello list,

How can we set debug level and debug file in grass57? We tried the environment variables GRASS_DEBUG_LEVEL=9, DEBUG=filename1 GRASS_DEBUG_FILE=filename2, v.digit did not report any debug info to filename.

How can we compile just 1 module again in grass57? Executing make in module dir, compiled just the object files, but not the executable.

TIA,

Sjors

--
Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g )
Georgia Cooperative Fish & Wildlife Research Unit, University of Georgia

On Sunday 18 January 2004 18:02, Christopher Fonnesbeck wrote:

Try using:

g.gisenv set=DEBUG=9

for debug level 9, for example.

Currently the maximum debug level used is 5, AFAIK.

On Jan 18, 2004, at 9:57 AM, Sjors wrote:
> Hello list,
>
> How can we set debug level and debug file in grass57? We tried the
> environment variables GRASS_DEBUG_LEVEL=9, DEBUG=filename1
> GRASS_DEBUG_FILE=filename2, v.digit did not report any debug info to
> filename.
>
> How can we compile just 1 module again in grass57? Executing make in
> module dir, compiled just the object files, but not the executable.

Which module, standard module or your own? Just to run make in the module
directory should be enough if Makefile is written correctly.

Radim