Skip to content

Releases: Mojang/minecraft-debugger

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.

v0.6.0 (September 2022)

08 Jul 23:29
074030d
Compare
Choose a tag to compare
Pre-release
  • 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)

08 Jul 23:29
8f6db95
Compare
Choose a tag to compare
Pre-release
  • 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)

08 Jul 23:28
d5e6e3f
Compare
Choose a tag to compare
v0.4.0 (August 2022) Pre-release
Pre-release
  • Add support for source maps that contain absolute paths.

v0.3.1 (August 2022)

08 Jul 23:28
f69393f
Compare
Choose a tag to compare
v0.3.1 (August 2022) Pre-release
Pre-release
  • Fix bug in source path comparison on Windows due to drive letter capitalization.