Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Pointer for extending the CDT debugger UI

In case you do not want to overhaul whole variables view. It is also possible to extend existing view's detailed pane part via org.eclipse.debug.ui.IDetailPaneFactory support.  You can place any SWT widgets in details part bringing additional info about selected variable.

See org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.numberformat.detail.NumberFormatDetailPane  on a simple case to put a detailed pane.

Teo


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andreas Graf
Sent: Wednesday, April 17, 2013 13:52
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Pointer for extending the CDT debugger UI

Dear all,

I am looking for some pointers on how to extend the Eclipse C debugger in the following way:

* Provide a custom view for displaying / modifying variables
* Update the above view whenever a breakpoint is hit.

Could someone provide a pointer on what extension points / classes would be relevant to achieve that?

Thanks in advance,

Andreas

--
Andreas Graf
Business Development Manager Automotive
Spokesperson Eclipse Automotive Industry WG
Mobil: +49 (0) 151-10860479 (preferred)
Tel.: +49 (0) 711 / 34 21 91-0
Fax.: +49 (0) 711 / 34 21 91-29


Web: http://www.itemis.de
Mail: andreas.graf@xxxxxxxxx
Xing: http://www.xing.com/profile/Andreas_Graf
Twitter: http://www.twitter.com/grafandreas
Blog: http://5ise.quanxinquanyi.de

itemis AG
Niederlassung Süd
Meitnerstr. 10
70563 Stuttgart

Rechtlicher Hinweis:
Registergericht: Amtsgericht Dortmund HRB 20621 | Sitz der Gesellschaft: Lünen
Vorstand: Jens Wagener (Vorsitzender) | Wolfgang Neuhaus | Dr. Georg Pietrek | Jens Trompeter | Sebastian Neus
Aufsichtsrat: Prof. Dr. Burkhard Igel (Vorsitzender) | Stephan Grollmann | Michael Neuhaus

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




Back to the top