Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] DSF independent of CDT ?

Hi, Pawel and Marc,

I remember DSF was originally design with one intension of not being dependent on CDT, thus DSF launch delegates are not derived from AbstractCLaunchDelegate, and DSF/GDB has its own copies of launch config tabs (such as CMainTab and DebuggerTab) instead of deriving from those in CDT. 

Now as DSF being moved into CDT, I'm wondering if we still want to keep the independency ? Or is it better we consolidate those code ? For instance we in Nokia added  a feature in CDT and now  we have to kind of copy the code to EDC (the new DSF based debugger) unless we change the LaunchDelegate inheritance tree.

Thanks.

- Ling

Back to the top