[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-debug-dev] CDT and RCP
|
Have you looked at the RCP articles
http://www.eclipse.org/articles/index.html
#2 explains the various hooks that are called during startup, one allowing
you to set the default perspective. Some of these hooks is where you could
also hook in some debugger setup steps such as; creating of temp project (if
necessary), creating launch config, launching, etc....
> -----Original Message-----
> From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Øyvind Harboe
> Sent: Tuesday, November 15, 2005 1:20 PM
> To: cdt-debug-dev@xxxxxxxxxxx
> 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