Releases: Mojang/minecraft-debugger
Releases · Mojang/minecraft-debugger
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.
v1.1.1 (September 2023)
- Handle uncaught exceptions during .map file discovery against invalid directory. Write to log and pop notification message.
v1.1.0 (June 2023)
- Fix ignored 'stop' event, which caused missing variables and stack frame.
v1.0.0 (May 2023)
- Update node dependencies.
v0.8.0 (April 2023)
- Add "All Exceptions" option to breakpoints panel, enabling will instruct Minecraft to break at exceptions.
v0.7.0 (March 2023)
- Support for inline source maps. Paths with %appdata% will be replaced with user app data folder.
v0.6.1 (December 2022)
- Better error messaging when source files cannot be discovered.