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

Support Static Variables #7

Open
Aidan63 opened this issue Nov 22, 2022 · 0 comments
Open

Support Static Variables #7

Aidan63 opened this issue Nov 22, 2022 · 0 comments
Labels
DAP Debug Adapter Protocol and IDE integration Data Model Reading and visualising the targets memory enhancement New feature or request

Comments

@Aidan63
Copy link
Owner

Aidan63 commented Nov 22, 2022

Static variables are currently unsupported. Ideally these would be displayed in several ways.

  • For DAP, a new "statics" scope which contains all statics for type which is calling the current top of stack function.
  • For DAP, when expanding a class statics should be shown along side member variables.
  • In the evaulator by typing a fully qualified type name followed by the static name (e.g. myPackage.MyClass.myStatic)
@Aidan63 Aidan63 added the enhancement New feature or request label Nov 22, 2022
@Aidan63 Aidan63 added DAP Debug Adapter Protocol and IDE integration Data Model Reading and visualising the targets memory labels Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DAP Debug Adapter Protocol and IDE integration Data Model Reading and visualising the targets memory enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant