Re: Debugging Existing C++ Blocks with VS Code & GDB

2024-04-23 Thread walter
Hi Matt, I'm not sure if this is an apples-to-apples situation, but your issue sounds exactly like something I've run into while abusing Python snippets. It was easy to avoid after understanding order-of-events for block creation. I suspect this is language-independent, and you can quickly

Debugging Existing C++ Blocks with VS Code & GDB

2024-04-23 Thread Matt Clemons
Hello, I've walked through tutorials and successfully set breakpoints and debugged OOT modules in Gnu Radio using the DCMAKE_BUILD_TYPE=Debug option. However, I'm trying to debug local changes I've made to existing gnuradio/dtv/ files and not having success. I've followed the steps in a similar

Howto Tutorial: Python Module Not Found in Unit Testing

2024-04-23 Thread Matt Clemons
Hello, I was working through some of the Gnu Radio tutorials to understand the python unit testing and I'm having an issue where the python module can't be found. I'm following the tutorial here: https://wiki.gnuradio.org/index.php/OutOfTreeModules When I run `make test` it fails and when I run