discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Debugging environment variables


From: Philip Balister
Subject: Re: [Discuss-gnuradio] Debugging environment variables
Date: Tue, 28 Sep 2010 00:00:22 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4

On 09/27/2010 11:47 PM, Eric Blossom wrote:
On Mon, Sep 27, 2010 at 07:02:34AM -0400, Philip Balister wrote:
It seems like there are some environment variables you can set to
make GNU radio print some debug info. Does anyone have a list of
these?

Philip

None that I'm aware of :-)

There are some #define's in parts of the runtime code that will
produce debugging output if you enable them.

For looking at scheduler behavior the one you want is at the top of
gr_block_executor.cc.

   // must be defined to either 0 or 1
   #define ENABLE_LOGGING 0

Thanks, this is what I was looking for.

Philip



reply via email to

[Prev in Thread] Current Thread [Next in Thread]