1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

[308626] [source lookup] DsfSourceDisplayAdapter misses to call doneStepping if frame data retrieval fails

This commit is contained in:
Anton Leherbauer 2010-04-21 07:50:57 +00:00
parent 077398283c
commit c85731de35

View file

@ -695,6 +695,10 @@ public class DsfSourceDisplayAdapter implements ISourceDisplay, ISteppingControl
startLookupJob(frameData, page, eventTriggered);
}
}
@Override
protected void handleFailure() {
doneStepping(context);
}
});
}});
}