Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Stepping will stop for five seconds if F6 (step over) is held for some time

It's entirely possible that your symptoms are related to 308626.  And yes, it's most likely that doneStepping() is not called in some circumstances. 

Cheers,
Pawel

On 05/25/2010 02:48 PM, Alexiev, Dobrin wrote:

Hello,

 

I am investigating an issue we see in our debugger - when the user holds F6 key stepping will stop for five seconds.

I think it most probably is related to DsfSourceDisplayAdapter.doneStepping() not being called under curtain conditions.

 

I was wandering if other DSF debuggers might have similar issue or this is something very specific to our debugger.

 

It is not very easy to reproduce but happens if the key is held long enough (20 -30 seconds).

 

I noticed very recent changes in DsfSourceDisplayAdapter and I was wandering if it might be related to these changes - https://bugs.eclipse.org/bugs/show_bug.cgi?id=308626

 

Anyway, I’ll keep digging…

In case someone has pointers for why this might happens.

 

Regards

Dobrin

 

_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top