adding type information for simple types
This commit is contained in:
parent
b95ae00054
commit
f60b259dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class VariablesView( object ):
|
|||
else:
|
||||
# in case that there is nothing to expand, we need to simulate a response from 'variables' request
|
||||
# it returns [Variable]
|
||||
self._variable_eval.variables = [Variable({'name': expression, 'value': body['result']})]
|
||||
self._variable_eval.variables = [Variable({'name': expression, 'type': body['type'], 'value': body['result']})]
|
||||
self._DrawEval()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue