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.Mainornet.minecraft.launchwrapper.Launch- double click it
Performance
To profile your client performance, do the following:
- Select the
Samplertab and click on theCPUbutton - Let it run for ~5 minutes, then click
Stop - Click on
Snapshotto 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
Threadstab and click on theThread Dumpbutton - Copy everything by pressing
Ctrl + A&Ctrl + C - Paste it on Pastebin
- Click on the
Create New Pastebutton and copy the web link - Send the link to us