avoid assert on getDebugProcess

This commit is contained in:
Egor.Ushakov
2015-02-11 20:41:56 +03:00
parent 7a84351a65
commit 2848c220c2
@@ -46,7 +46,7 @@ public abstract class CustomPopupFullValueEvaluator<T> extends XFullValueEvaluat
@Override
public void startEvaluation(@NotNull final XFullValueEvaluationCallback callback) {
myEvaluationContext.getDebugProcess().getManagerThread().schedule(new SuspendContextCommandImpl(myEvaluationContext.getSuspendContext()) {
myEvaluationContext.getManagerThread().schedule(new SuspendContextCommandImpl(myEvaluationContext.getSuspendContext()) {
@Override
public Priority getPriority() {
return Priority.NORMAL;