On Wed, Jun 10, 2009 at 02:58:32PM +0530, Ravishankar. M wrote: > Hello all, > > I hereby forward the mail again with an anticipation to get a reply. > > I am new to gnu radio and cygwin. I have installed GNU radio with cygwin. > As is the case python scripts act as wrapper for underlying C++ source. When > trying to run scripts from cygwin, is there a way to debug the code by > putting breakpoints? There's an intention to analyze the inputs and outputs > of signal processing blocks and hence need to debug using breakpoints. > Thanks in advance. > > Regards > Ravi
Ravi, We generally analyze the inputs and outputs of signal processing blocks by logging their inputs and outputs to files using gr.file_sink(...). This allows us to quickly gather lots of data which is then typically viewed using tools such as octave, scipy and matplotlib. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
