Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Customizing the breakpoint view.

You should be able to extend things like GdbBreakpointVMProvider and GdbBreakpointVMNode (or their base classes)
to add the info you want to add.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Divya R. Dharan
Sent: Wednesday, June 05, 2013 2:53 AM
To: CDT General developers list.
Subject: [cdt-dev] Customizing the breakpoint view.

HI All

 

I need to customize the breakpoint view.

In addition to breakpoint type I need to add some more details in the breakpoint description (like core name, thread context),listed in the breakpoint view.

Should I need to override the entire Breakpoint View class?

Can anyone please guide me as how to proceed further..

 

Regards,

Divya R Dharan

 

 

 


Back to the top