discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Single step a stream


From: WarMonkey
Subject: Re: [Discuss-gnuradio] Single step a stream
Date: Sat, 12 Jan 2019 07:28:10 +0800

Actually you can “freeze” execution and spying every thread with gdb, or just let sereval of them continue as your wish . Use data breakpoint can trap the exact point where abnormal happens.

在 2019年1月12日星期六,Martin Braun <address@hidden> 写道:
Keep in mind, with the multi-threaded scheduler you wouldn't end up in a deterministic state. Unless of course you only want to debug the state of your own block -- then you can do what WarMonkey suggested.

-- M

On Mon, Jan 7, 2019 at 11:43 AM Rudolf Wigblurr <address@hidden> wrote:
Hi,
 
Is it possible to single step a flow graph?
 
I have a recorded stream of FSK modulated data with about 25 bursts of messages.
When this is later decoded I do not get 100% detection, about 4 of 25 bursts fails.
 
Now my thinking is can I play this burst by burst and see what is wrong.
So my plan was to stop the scheduler after each burst.
Can I control (stop) the scheduler when a 'tag' is detected and restart it with a GUI button.
 
Block,Python,C++ dosen't matter...
 
/Rudolf
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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