mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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:
parent
1ffac28c6d
commit
b8079d556d
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ public class CThread extends CDebugElement implements ICThread, IRestart, IResum
|
|||
else {
|
||||
setState( CDebugElementState.RESUMED );
|
||||
disposeStackFrames();
|
||||
events.add( createResumeEvent( DebugEvent.CLIENT_REQUEST ) );
|
||||
// events.add( createResumeEvent( DebugEvent.CLIENT_REQUEST ) ); FIX FOR 218260
|
||||
}
|
||||
setCurrent( false );
|
||||
setCurrentStateInfo( null );
|
||||
|
|
Loading…
Add table
Reference in a new issue