提交 acf71f87 编写于 作者: I isidor

debug: also pick up namedVariables for evaluate

#9771
上级 47a2a113
......@@ -39,6 +39,7 @@ export function evaluateExpression(session: debug.IRawDebugSession, stackFrame:
if (response.body) {
expression.value = response.body.result;
expression.reference = response.body.variablesReference;
expression.namedVariables = response.body.namedVariables;
expression.indexedVariables = response.body.indexedVariables;
expression.type = response.body.type;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册