discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] query on gnuradio debugger


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] query on gnuradio debugger
Date: Mon, 6 Jul 2009 08:48:04 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Jul 03, 2009 at 07:13:06PM +0530, Sheshanandan KN wrote:
> hi all,
> Is there any debugger developed for gnuradio code usage in particular?
>  pdb is the only option available? It may not take me into the inner
> details of the code. Please let me know.
> 
> Shesh

I generally try to sort stuff out by looking at intermediate results
logged to a file with gr.file_sink.  If I've got a SEGFAULT or
something similar, I use gdb.

  http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html#debugging

Eric




reply via email to

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