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

You need to use the Debug Services Framewok (DSF). Unfortunately, there is very little documentation on how to do this... I would suggest that you start be reading what documentation is provided, and then start reading code. VariablesView is probably a good place to start. 
On 17 Apr 2013, at 11:52, Andreas Graf <andreas.graf@xxxxxxxxx> wrote:

> 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