Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Several questions considering the development of CDT based IDE

David Sariel wrote:
2) Lately we intend to incorporate debugger that will provide
different views and windows unavailable in the CDT debugger views.
org.eclipse.cdt.debug.core.CDebugger extension point looks to be very
restrictive. The ideal situation, from our point of view, is to use
CDT debugger as extendable platform adding/overriding its debuggers’
features/views. Is it possible? Two other options I can think about
are: 1) to add our debugger to the CDT source code tree or 2) to add
directly to the Eclipse workbench. Any thoughts are welcomed.
CDT now has DSF, which is an alternative debugger framework. It is more flexible as far as what you can add or remove from the standard debugger features. These two tutorials from Eclipsecon 2008 are probably the best intorduction to the DSF: http://www.eclipsecon.org/2008/?page=sub/&id=43, http://www.eclipsecon.org/2008/?page=sub/&id=44.

Cheers,
Pawel


Back to the top