Skip to content

Conversation

@anthonywongskyboxlabs
Copy link
Contributor

@anthonywongskyboxlabs anthonywongskyboxlabs commented Dec 3, 2025

This is a refresh of the original PR for this work #316 by @JakeShirley

- Adds support for the client memory stats
- Cleans up the diagnostics prefabs to make them more readable and maintainable
  - Splits out prefabs to one tab per file to make the system more scalable

Minecraftpe change to support the client memory stats is in PR.

Reviewing

Only the last two commits are new - some typo fixes + adding a tab for global dynamic properties which was implemented after the original PR.

Testing

Verified that all diagnostic tabs are still working. In particular client memory and dynamic properties:

MinecraftDebugger_ClientMemory MinecraftDebugger_DynamicProperties

Copy link
Contributor

@BrandonChanSkybox BrandonChanSkybox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as far as I can understand

Copy link

@frgarc frgarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
No blocking comments.

return (
<div>
<h2>{title}</h2>
<div style={{ flexDirection: 'row', display: 'flex', width: '100%' }}>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be cleaner to have all the styles into CSS files.

@anthonywongskyboxlabs anthonywongskyboxlabs merged commit 2ee192a into main Dec 5, 2025
2 checks passed
@anthonywongskyboxlabs anthonywongskyboxlabs deleted the sbl/anthony/client_memory branch December 5, 2025 04:14
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.

4 participants