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,

Can you describe what you are trying to achive? For example, are you planning to create a dummy project everytime you start the debugger?

Thanks,
Mikhail

----- Original Message ----- From: "Øyvind Harboe" <oyvind.harboe@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Tuesday, November 15, 2005 1:19 PM
Subject: [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

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


Back to the top