discuss-gnuradio
[Top][All Lists]
Advanced

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

Is there a way to add break point or watch point in gnuradio


From: wieniawski
Subject: Is there a way to add break point or watch point in gnuradio
Date: Tue, 14 Feb 2023 15:05:27 +0800

hi, all,

As you know, GNU Radio will generate python file and execute. And probably it will not work correctly at the first time. So we need to debug. My question is about the debug method:
1. Is there a way to add break point in python file (or C++ file)?
2. And how about watch point?
3. Generated python file will call some library, how can I step into the library file? or just browse the library?

Thanks



reply via email to

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