Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented rich inspect variables request #446

Merged
merged 1 commit into from
May 31, 2021

Conversation

JohanMabille
Copy link
Member

@JohanMabille JohanMabille commented May 26, 2021

@fcollonval the content of the debug request to send is:

{
    "type": "request", 
    "seq":  int, 
    "command": "richInspectVariables",
    "body": {
        "onBreakpoint", bool,
        "variableName": string,
        "variableReference", int
    }
}

The "onBreakpoint" field is temporary, I need to release xeus so I can get it out. For now, this only works when the debugger did not stop on a breakpoint. In this case, you can omit the variableReference field.

@fcollonval
Copy link

Thanks @JohanMabille
I'll update the JLab PR: jupyterlab/jupyterlab#10299

@JohanMabille
Copy link
Member Author

@fcollonval you can now remove the onBreakpoint field in the request.

@JohanMabille JohanMabille merged commit 829e374 into jupyter-xeus:master May 31, 2021
@JohanMabille JohanMabille deleted the rich_inspect branch May 31, 2021 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants