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
At the moment the inspectVariables request gets all the variables from the running kernel with globals(), which are then returned as-is in the response.
Ideally, the response could follow the same structure as for the variables response from the DAP, and return a list of Variable (probably with the optional fields left out, at least for now).
At the moment the
inspectVariables
request gets all the variables from the running kernel withglobals()
, which are then returned as-is in the response.Ideally, the response could follow the same structure as for the
variables
response from the DAP, and return a list ofVariable
(probably with the optional fields left out, at least for now).Related to https://github.com/jupyterlab/debugger/issues/118.
The text was updated successfully, but these errors were encountered: