mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 350330 - Cached stopped event is not reset in MIStack.flushCache().
This commit is contained in:
parent
7706c852e9
commit
29c0d80c92
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ public class MIStack extends AbstractDsfService
|
|||
public void flushCache(IDMContext context) {
|
||||
fMICommandCache.reset(context);
|
||||
fStackDepthCache.clear(context);
|
||||
fCachedStoppedEvent = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue