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

Improve memory dump tool readability #626

Merged
merged 3 commits into from
Oct 26, 2023

Conversation

Speedphoenix
Copy link
Contributor

This PR improves the other/memory dump inspector:

  • You can now specify multiple .dump on startup.
    • By default only the first is used
    • After doing filter unique only blocks that are only in the first .dump will be shown
    • After doing filter intersect only blocks that are in every .dump will be shown
  • Using -c or --color from the command line will print with ansii-escaped colors (works on linux and windows terminal, but not on the cmd.exe window)
  • Functions are now displayed as Function(Void -> Void) making it easier to distinguish from parenting >

@ncannasse ncannasse merged commit 0f5cc0b into HaxeFoundation:master Oct 26, 2023
9 checks passed
@Speedphoenix Speedphoenix deleted the memory-readable-funs branch October 26, 2023 15:27
RandomityGuy pushed a commit to RandomityGuy/hashlink that referenced this pull request Jun 1, 2024
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.

2 participants