提交 b8e6f75f 编写于 作者: I isidor

debug: support for 'type' in SetVariableResponse

fixes #13881
上级 059251b6
......@@ -298,6 +298,7 @@ export class Variable extends ExpressionContainer implements debug.IExpression {
}).then(response => {
if (response && response.body) {
this.value = response.body.value;
this.type = response.body.type || this.type;
}
// TODO@Isidor notify stackFrame that a change has happened so watch expressions get revelauted
}, err => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册