Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Few observations on Debugging on CDT Head - Registers Grouping functionality is good.

Currently I would like to disable the "160-data-list-changed-registers" & " 161 info sharedlibrary" if the views Registers View &
SharedLibrary view are not in focus / visible. I understand there might be some repercussion due to this change. Assuming I accept
the repercussion, I want an idea on how to disable these commands for every step over or step into functionality.

How to do this ?


Thanks,
Bala  

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Thomas Fletcher
> Sent: Friday, July 01, 2005 1:49 AM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Few observations on Debugging on CDT 
> Head - Registers Grouping functionality is good.
> 
>  
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Mikhail 
> Khodjaiants
> > Sent: Thursday, June 30, 2005 3:56 PM
> > To: CDT General developers list.
> > Subject: Re: [cdt-dev] Few observations on Debugging on CDT Head - 
> > Registers Grouping functionality is good.
> > 
> 
> > > (3)  I disabled the Modules View by going to the Customize 
> > perspective 
> > > & unchecking. But for every step over / step into 
> operation, "info 
> > > sharedlibrary" command was still called. Can we avoid this 
> > if the view 
> > > is disabled.
> > >
> > 
> > I believe, we call "info sharedlibrary" to find out if there 
> > is a new dll has been loaded. This is used to set deferred 
> > breakpoints. Alain may correct me if I'm wrong.
> 
> Which can be avoided if you either do the loading manually and/or
> if breakpoints are generated for those events.  See the shared
> libraries panel for the exact option to disable of the debug launch.
> 
> Thomas
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 




Back to the top