mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
[308626] [source lookup] DsfSourceDisplayAdapter misses to call doneStepping if frame data retrieval fails
This commit is contained in:
parent
077398283c
commit
c85731de35
1 changed files with 4 additions and 0 deletions
|
@ -695,6 +695,10 @@ public class DsfSourceDisplayAdapter implements ISourceDisplay, ISteppingControl
|
||||||
startLookupJob(frameData, page, eventTriggered);
|
startLookupJob(frameData, page, eventTriggered);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
protected void handleFailure() {
|
||||||
|
doneStepping(context);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}});
|
}});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue