Extending the GDB debugger for data visualization [kdev4]

Manoj Rajagopalan rmanoj at umich.edu
Wed Jul 22 21:07:52 UTC 2009


Hi all, 

Is there some wiki page that documents how we are supposed to be build and 
execute our projects in KDev4. I tried looking but couldn't find it. Or is 
this still being worked out?

For testing I couldn't seem to be able to launch a simple CMake project after 
I built it. I noticed that there were Execute launch and Debug launch in the 
Run menu but these concepts are new.

I'd be happy to add to the wiki or documentation if someone could point me to 
the relevant location.

thanks,
Manoj


On Monday 20 July 2009 08:57:51 am Niko Sams wrote:
> On Mon, Jul 20, 2009 at 14:43, Manoj Rajagopalan<rmanoj at umich.edu> wrote:
> > For KDevelop4, could someone give me a little information on the names
> > and locations of the classes/files I could begin looking at?
> >
> > I noticed the debuggers/ subdir which has gdb/ and valgrind/ in it but if
> > access to data is possible in a debugger independent way, is there
> > another location I should be looking at?
>
> If it's debugger independent you must not link to gdb plugin at all. You
> should find everything in kdevplatform/debugger/variable.
>
> Important is also the ICore::self()->debugController() (where you get
> the VariableCollection
> and it also emits a signal when a debug session was created).
>
> If you need additional information let's talk about it here.
>
> Niko
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel





More information about the KDevelop-devel mailing list