Skip to content

Diagnostic display not working #336

@Serty9088

Description

@Serty9088

Minecraft version: 1.21.124
Debugger version: 1.26.2
VSCode version: 1.106.2

So, if I open the "Show Live Diagnostics" or "Open Diagnostic Replay" tab, there are 2 options that I see:

  1. Empty data when Minecraft is not connected or replay is not running (everything is clear here)
  2. Just a grey screen with nothing on it. This happens when the debugger is connected and the world is not paused or when I press "Play" if I pressed "Open Diagnostic Replay".

And, the tab basically just doesn't work. Although the data itself doesn't seem broken (I tried decoding the diagnostic replay manually, and it's perfectly valid JSON). So, my suspicion is that it is a data reading issue. (The rest of the features seem to work correctly. And by the way, this problem exists on both of my devices.)

launch.json if needed:

{
    "version": "0.3.0",
    "configurations": [
        {
            "type": "minecraft-js",
            "request": "attach",
            "name": "Debug with Minecraft",
            "mode": "listen",
            "targetModuleUuid": "68983664-934a-4b11-bb0e-2ece40b380b5",
            "localRoot": "${workspaceFolder}/development_behavior_packs/",
            "port": 19144
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions