Re: [Discuss-gnuradio] debugging C code called from python

2005-08-09 Thread Eric Blossom
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

Re: [Discuss-gnuradio] debugging C code called from python

2005-08-09 Thread Martin Dvh
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

[Discuss-gnuradio] debugging C code called from python

2005-08-09 Thread Beck, Andrew Thomas - BECAT001
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