Skip to content

Releases: Mojang/minecraft-debugger

v1.7.1

26 Jul 16:25
704f73f
Compare
Choose a tag to compare

1.7.1 (2024-07-26)

Bug Fixes

  • sourcemaps: In-line source maps with charset would fail to be loaded (#84) (704f73f)

v1.7.0

08 Jul 22:57
8b9c4af
Compare
Choose a tag to compare

1.7.0 (2024-07-08)

Features

  • packaging: Added semantic-release to the repository (#79) (04f56e3)

v1.6.0 (June 2024)

08 Jul 23:17
5964b67
Compare
Choose a tag to compare
  • Add 'Minecraft' activity bar icon and button panel.

v1.5.2 (June 2024)

08 Jul 23:35
beaf5e1
Compare
Choose a tag to compare
  • Fixed packaging bug which bloated the extension size by 50x.

v1.5.1 (June 2024)

08 Jul 23:35
92fc4f7
Compare
Choose a tag to compare
  • Fixed packaging issue which prevented the Minecraft Diagnostics: Show window from working.

v1.5.0 (June 2024)

08 Jul 23:34
e0ee5eb
Compare
Choose a tag to compare
  • 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)

08 Jul 23:34
eed2fc5
Compare
Choose a tag to compare
  • Add targetModuleUuid to launch config, this ensures debugger messages (breakpoints etc) target the correct Minecraft Add-On.

v1.3.1 (April 2024)

08 Jul 23:33
5d1a9e2
Compare
Choose a tag to compare
  • Remove extra line break in logs from MC.

v1.3.0 (February 2024)

08 Jul 23:33
c111bbc
Compare
Choose a tag to compare
  • 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)

08 Jul 23:33
f3f4526
Compare
Choose a tag to compare
  • Add 'Minecraft Diagnostics' panel to debugger view. Display script memory stats.