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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs