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

Implement stackTrace, scopes, variables and continue #5

Merged
merged 2 commits into from Aug 6, 2019

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Jul 31, 2019

Add the following calls:

  • stackTrace
  • scopes
  • variables
  • continue

Also add the debug protocol interface to be able to use the correct types: https://github.com/microsoft/vscode-debugadapter-node/blob/master/protocol/src/debugProtocol.ts
This will be replaced by adding vscode-debugprotocol as a dependency when jupyterlab/jupyterlab#6704 is merged and released.

breakpoint-hit

@jtpio jtpio changed the title Implement stackTrace, scopes, variabes and continue Implement stackTrace, scopes, variables and continue Jul 31, 2019
@jtpio
Copy link
Member Author

jtpio commented Jul 31, 2019

Adding a (very) simple temporary variables viewer:

continue

It's only for Locals for now. Once we decided how we want to render them, we can pass the full variables json / dict to the renderer directly.

@jtpio jtpio merged commit 591b907 into QuantStack:master Aug 6, 2019
@jtpio jtpio deleted the continue branch August 6, 2019 09:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant