1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

org.eclipse.cdt.debug.internal.core.model/CThread.java

218260 Performance issues while stepping through with many threads

Patch from Elena
This commit is contained in:
Alain Magloire 2008-03-28 15:20:21 +00:00
parent 1ffac28c6d
commit b8079d556d

View file

@ -934,7 +934,7 @@ public class CThread extends CDebugElement implements ICThread, IRestart, IResum
else { else {
setState( CDebugElementState.RESUMED ); setState( CDebugElementState.RESUMED );
disposeStackFrames(); disposeStackFrames();
events.add( createResumeEvent( DebugEvent.CLIENT_REQUEST ) ); // events.add( createResumeEvent( DebugEvent.CLIENT_REQUEST ) ); FIX FOR 218260
} }
setCurrent( false ); setCurrent( false );
setCurrentStateInfo( null ); setCurrentStateInfo( null );