Skip to main content

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

> 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



Back to the top