On Tue, Aug 09, 2005 at 09:21:31PM +0930, Beck, Andrew Thomas - BECAT001 wrote:
> Hi, what is the best way to debug C++ code called
> from python? Is it possible to use gdb?
Yes.
See http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html#debugging
> Or is the idea to get everything w
Hi Andrew,
Hi, what is the best way to debug C++ code called
from python? Is it possible to use gdb? Or is the
idea to get everything working through test-cases
first & hence avoid the issue?
from the how-to-write-a-block documentation/wiki
Debugging with gdb
If your block isn't working, and yo
Title: debugging C code called from python
Hi, what is the best way to debug C++ code called
from python? Is it possible to use gdb? Or is the
idea to get everything working through test-cases
first & hence avoid the issue?
cheers,
andrew
___
D