Releases: Mojang/minecraft-debugger
Releases · Mojang/minecraft-debugger
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.
v0.6.0 (September 2022)
- Add support for external modules while debugging. For JS modules built into Minecraft, stack will be visible but listed as "unknown". Add configuration support for module name mapping.
v0.5.0 (September 2022)
- Changes to the source path location in Minecraft require that localRoot points to a directory with sources, not the pack root. Update your launch.json 'localRoot'.
v0.4.0 (August 2022)
- Add support for source maps that contain absolute paths.
v0.3.1 (August 2022)
- Fix bug in source path comparison on Windows due to drive letter capitalization.