Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Show variables in the debug panel #6

Closed
jtpio opened this issue Jul 31, 2019 · 1 comment
Closed

Show variables in the debug panel #6

jtpio opened this issue Jul 31, 2019 · 1 comment

Comments

@jtpio
Copy link
Member

jtpio commented Jul 31, 2019

For the implementation, reusing the conponent from @jupyterlab/json-extension could be a good starting point: https://github.com/jupyterlab/jupyterlab/blob/75166c60cd0d0c74045b66de473be6ca39c94a7c/packages/json-extension/src/component.tsx#L33

Another option is to use the react-inspector package: https://github.com/storybookjs/react-inspector

As a reference, this is what it looks like in VS Code:

image

@jtpio
Copy link
Member Author

jtpio commented Aug 20, 2019

Simple prototype implemented in: #5 (comment).

A more elaborate UI will be developed in https://github.com/jupyterlab/debugger

@jtpio jtpio closed this as completed Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant