Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] SteppingController question

Bug 323826 - Need a way to control the half second delay in SteppingControler

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Leherbauer, Anton (Toni)
Sent: Friday, August 27, 2010 2:40 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] SteppingController question

 

Please open a bugzilla to make the delay customizable.

 

Thanks,

Toni

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexiev, Dobrin
Sent: Thursday, August 26, 2010 8:46 PM
To: CDT General developers list.
Subject: [cdt-dev] SteppingController question

I like the feature of Eclipse and DSF that if the user steps while debugging the debug view doesn’t update for half a second with an anticipation that the target will be suspended again. The problem is that under some conditions (slow connection to the target) stepping takes around a second and the debug view flickers badly.

 

Do other debuggers experience similar problems?

 

I noticed that half second is a hard coded delay in DSF’s class SteppingController.

Is it possible for a DSF debuggers to be able to customize the stepping controller somehow?

I can open a bugzilla entry so we can discuss there how it can be addressed.  

 

Regards

Dobrin

 

 


Back to the top