Boolean isGlobal = frameIdentifier == null ? Boolean.TRUE : null;
List<Map.Entry<String, Integer>> internalAdditionalContext =
convertAdditionalContextList(additionalContext);
DebuggerMessage message = DebuggerMessageFactory.evaluate(expression, frameIdentifier,
isGlobal, Boolean.TRUE, internalAdditionalContext);
V8CommandProcessor.V8HandlerCallback commandCallback = callback == null
? null
: new V8CommandCallbackBase() {