Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] CDT and RCP

Øyvind, strange timing. We've just recently been asked to pursue the same thing--selectively provide our Eclipse-based debugging solution in a manner which is stripped of all the non-debugger aspects. The reasoning is that there are development shops out there that are set in their ways with regards to a build environment, be it MAKE, another IDE, or whatever. They want to use our product as a debugger, not as an IDE, and they don't want to step-around the complexity and clutter of build features and views that they have no interest in using.

So, you're not alone  :-)  I'll be interested in hearing your progress on this effort.

John

At 12:19 PM 11/15/2005, Øyvind Harboe wrote:

> RCP really only specifies a minimum set of plugins that allow the Workbench
> (the fundamental GUI look to Eclipse) to work. You can add anything you want
> on top, to the point where you get the same CDT + Eclipse Platform you have
> today.

All I'm aspiring to do at this point, which would already be a big step
forward, is to provide a package that only has the Debug CDT
perspective. The plan is to build from there.

Having only the Debug perspective would already greatly reduce the
number of concepts introduced before developers can start debugging with
CDT as GDB GUI.

I tried to take the RCP stuff for a spin, but haven't figured out how to
create a RCP project with anything but the Hello World perspective...
This is more of a RCP problem than a CDT problem obviously.

I got as far as hello world which included the CDT plugins and the RCP
Product Deployment Wizard seemed to put together the right file
deployment tree... *neat*!

Pointers welcome! ;-)



--
Øyvind Harboe
http://www.zylin.com

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev

Back to the top