Skip to main content

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

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

 


Back to the top