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

Add debugging tools #10

Closed
5 tasks
nullishamy opened this issue May 17, 2022 · 0 comments
Closed
5 tasks

Add debugging tools #10

nullishamy opened this issue May 17, 2022 · 0 comments
Labels
frozen This will not be worked on until something else is complete todo This is an in-dev feature

Comments

@nullishamy
Copy link
Owner

Brief summary
We need to add debugging tools to allow introspection into the state of the VM. These should be available from Java and within the VM itself.

Progress

  • Inspect VM state
  • Inspect heap state
  • Inspect CPU usage
  • Read logs
  • Read JIT status

Status
Ongoing, but waiting for individual features to be complete before adding introspection to them. At the minute, we cannot do anything as we do not have custom class support (exposing internals to Java)

@nullishamy nullishamy changed the title [TODO] Add debugging tools Add debugging tools May 17, 2022
@nullishamy nullishamy added todo This is an in-dev feature frozen This will not be worked on until something else is complete labels May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frozen This will not be worked on until something else is complete todo This is an in-dev feature
Projects
None yet
Development

No branches or pull requests

1 participant