-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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:
- Empty data when Minecraft is not connected or replay is not running (everything is clear here)
- 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
Labels
No labels