[gvd-devel] IDE <-> debugger IPC ?

Timothee Besset ttimo@idsoftware.com
Wed, 3 Jul 2002 13:00:53 +0200


I am using the Anjuta C/C++ IDE for my everyday developement
(http://anjuta.sourceforge.net). And GVD when it comes to debugging
(Anjuta has an integrated debugger, but it's pretty far behind GVD in
functionality and usability).

What I'm missing is better integration between the two tools. Is there an
API to set/unset breakpoints programatically? Ideally I would want to
share the breakpoints between the two tools, be able to set/unset from one
tool or the other. And also being able to jump from the GVD window to the
Anjuta windows for code editing.

TTimo