Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Creating a debug view - need help

Thanks Marc. 

 

This does help.  I already have a view that I used TraceControlView as a template for, so this should be straightforward.

 

Steve

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Monday, January 23, 2017 1:33 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Creating a debug view - need help

 

The variables view and other main debug views are using the flexible hierarchy so they can work with different debugger integrations.

This probably complicates them a lot.

 

For a simply view, you may instead look at other views that are simpler, such as (in order of what I believe is least complex to most complex):

OSResourcesView

TraceControlView

MemoryBrowser

MemoryView

DisassemblyView

 

I hope this helps.

 

Marc


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Flynn, Stephen <Stephen.Flynn@xxxxxxxx>
Sent: January 23, 2017 12:43
To: CDT General developers list.
Subject: [cdt-dev] Creating a debug view - need help

 

Hi all,
  I am writing a simple view to provide a gui implementation of call / print <function>.  At the moment I am planning to extend AbstractDebugView.  I have been studying the source code for VariablesView and how all the parts fit together, but I find myself still confused about what classes and extensions I need.

  Are there any recommended resources that I could use to help dispel some of my confusion?

Thanks,

Stephen Flynn


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

dev.eclipse.org

Mailing list: cdt-dev CDT General developers list. About cdt-dev

 


Back to the top