Debugging Tools
Performance & Threads
Getting Started
- Make sure you have JDK (Java Development Kit) installed - JRE (Java Runtime Environment) is not enough to run VisualVM. You can download the latest version of JDK here
- Download VisualVM
- Extract the downloaded archive and start VisualVM (visualvm_138binvisualvm.exe)
- When Minecraft is running, on the left side under "Local" you should see either
net.minecraft.client.main.Main
ornet.minecraft.launchwrapper.Launch
- double click it
Performance
To profile your client performance, do the following:
- Select the
Sampler
tab and click on theCPU
button - Let it run for ~5 minutes, then click
Stop
- Click on
Snapshot
to open the profile data - Click on the first button (
Export to...
) and save the file - Zip the exported file and send it to us.
Threads
To find out what Minecraft is doing at the moment, do the following:
- Select the
Threads
tab and click on theThread Dump
button - Copy everything by pressing
Ctrl + A
&Ctrl + C
- Paste it on Pastebin
- Click on the
Create New Paste
button and copy the web link - Send the link to us