Skip to content

Releases: Mojang/minecraft-debugger

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.

v1.1.1 (September 2023)

08 Jul 23:32
9a5c643
Compare
Choose a tag to compare
  • Handle uncaught exceptions during .map file discovery against invalid directory. Write to log and pop notification message.

v1.1.0 (June 2023)

08 Jul 23:32
e6eb40c
Compare
Choose a tag to compare
  • Fix ignored 'stop' event, which caused missing variables and stack frame.

v1.0.0 (May 2023)

08 Jul 23:31
bbb6588
Compare
Choose a tag to compare
  • Update node dependencies.

v0.8.0 (April 2023)

08 Jul 23:31
72fcce2
Compare
Choose a tag to compare
v0.8.0 (April 2023) Pre-release
Pre-release
  • Add "All Exceptions" option to breakpoints panel, enabling will instruct Minecraft to break at exceptions.

v0.7.0 (March 2023)

08 Jul 23:31
e1386e5
Compare
Choose a tag to compare
v0.7.0 (March 2023) Pre-release
Pre-release
  • Support for inline source maps. Paths with %appdata% will be replaced with user app data folder.

v0.6.1 (December 2022)

08 Jul 23:29
Compare
Choose a tag to compare
Pre-release
  • Better error messaging when source files cannot be discovered.