/**
* Looks up data for scope on remote in form of scope object handle.
*/
public ObjectValueHandle loadScopeFields(ScopeMessage.Ref scopeRef)
throws MethodIsBlockingException {
DebuggerMessage message = new ScopeMessage(scopeRef);
V8BlockingCallback<ObjectValueHandle> callback = new V8BlockingCallback<ObjectValueHandle>() {
@Override
protected ObjectValueHandle handleSuccessfulResponse(
SuccessCommandResponse response) {