Discuss Minecraft's scripting and modding capabilities, including APIs, tools, customization, automation, and creator workflows. Share ideas and feedback on how players and creators can extend and customize Minecraft.

6

Support SourceMaps when debugging [ScriptingAPI]

1 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    Yes, it's very useful. I use rollup.js to bundle my code, but when it runs in the game, the game logs are useless because the locations of errors and warnings are fake. By way, some native errors, such as "ReferenceError: Native function [Dimension::runCommand] does not have required privileges," don't even indicate where they occurred, which makes debugging very difficult.