You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"evaluate" request, by design, accepts valid Python expressions and evaluates them in the environment of the designated frame; Python does not allow spaces in variables names. Furthermore, the "function variable" item is not an actual variable, just a dummy entry that is used to organize actual variables, so it cannot be referenced in any case except to enumerate child items.
@int19h Thank you for the explanation. Is it possible to make this entry name "function_variable" or exchange the space for something else? Currently, it is not possible to make an evaluation for any variables below by the tree(x.function variable.y, etc). Is it possible to do the same with other kinds of entries?
Environment data
Actual behaviour
log:
Expected behavior
The text was updated successfully, but these errors were encountered: