return relookupValue(handleId, newRequstedSize, innerCallback, syncCallback);
} catch (final ContextDismissedCheckedException e) {
DebugSession debugSession = context.getDebugSession();
debugSession.maybeRethrowContextException(e);
// or
return debugSession.sendLoopbackMessage(new Runnable() {
@Override
public void run() {
if (callback != null) {
callback.failure(e);
}