Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Debugger API's...

I open pr https://bugs.eclipse.org/bugs/show_bug.cgi?id=218260 about performance of step over operation in CDT, it comes down to platform class TheadEventHandler sending SELECT event for each thread on each Resume. For Java debugger it works probably fine because it usually resume one thread a time, but for C, CDT ususaly use gdb and it cannot stop one thread at a time. So it send resume to all thread, which creates horrible ui performance.

The question is does anybody ever override it or used different than default IModelProxyFactory? Even if I do it does not seems like I can easily extend TheadEventHandler , since it uses a lot of private stuff…

Any help would be appreciated.

 

Elena Laskavaia,

Tel: 613-591-0836 x 2235

 


Back to the top