Releases: Mojang/minecraft-debugger
Releases · Mojang/minecraft-debugger
v1.7.1
v1.7.0
v1.6.0 (June 2024)
- Add 'Minecraft' activity bar icon and button panel.
v1.5.2 (June 2024)
- Fixed packaging bug which bloated the extension size by 50x.
v1.5.1 (June 2024)
- Fixed packaging issue which prevented the
Minecraft Diagnostics: Show
window from working.
v1.5.0 (June 2024)
- Add diagnostics window that shows real-time statistics from the game server. Run the
Minecraft Diagnostics: Show
command to open then window. Note: This window requires Minecraft 1.21.10 or higher to function.
v1.4.0 (May 2024)
- Add targetModuleUuid to launch config, this ensures debugger messages (breakpoints etc) target the correct Minecraft Add-On.
v1.3.1 (April 2024)
- Remove extra line break in logs from MC.
v1.3.0 (February 2024)
- Expose source map lookup bias parameter "sourceMapBias" to the launch config to account for variations in how source maps are generated. Changing this from the default can fix breakpoint line number alignment issues between original source (ts) and generated source (js). Defaults to "leastUpperBound" and can be changed to "greatestLowerBound".
v1.2.0 (September 2023)
- Add 'Minecraft Diagnostics' panel to debugger view. Display script memory stats.