Re: [Discuss-gnuradio] Debug GNU Radio and executing flowgraphs attaching to them

2016-03-14 Thread Martin Braun
On 03/12/2016 05:45 AM, Mabel Pita wrote: > However, i am having trouble to find an IDE that even comes close to > what visual studio has to offer.. and the practicality it has in windows > to debug applicatons. > > > So i ask here, because im probably too ignorant and there is an > equivalente t

Re: [Discuss-gnuradio] Debug GNU Radio and executing flowgraphs attaching to them

2016-03-12 Thread Nikos Balkanas
Hi, You can attach gdb to whatever process you choose. Indeed gdb is the standard in debugging as much as gcc is for compiling, but is for power users. If you need a graphical front-end for gdb, several come in mind, like ddd, Insight or Nemiver. If you are familiar with Eclipse CDT, it runs in W

[Discuss-gnuradio] Debug GNU Radio and executing flowgraphs attaching to them

2016-03-12 Thread Mabel Pita
Hello. I am fairly new to gnu radio and to linux operating systems in general. Although, i have lot of experience working on software projects on windows, using visual studio on c#. In windows it is super easy to debug an application, you just run it and whenever you like you just 'attach' to it.