Query on gnuradio debugger

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

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