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 debugger display proxies for various primitives in emulator #137

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

Washi1337
Copy link
Owner

Adds IDE debugger displays for the following:

  • BitVector, displayed as a BitVectorSpan for easy interpretation of primitives.
  • ObjectHandle, display changes depending on type behind address. Supported types are:
    • String
    • SzArray
    • Reference types
  • CallFrame, enriched with easy accessible views for:
    • Locals
    • Arguments

@Washi1337 Washi1337 merged commit 90da97a into master Mar 20, 2024
1 check passed
@Washi1337 Washi1337 deleted the feature/better-debug-views branch May 26, 2024 16:46
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

1 participant