How to open the Debug dialog¶
There is a Debug Dialog window that you can get more information from. You can bring it up in the Player by going to Tools > Debug. This opens on the Load Queue by default. You'll also see any errors logged to the lower window by default. It's a great idea to open this prior to accessing the world you are having problems accessing/downloading, or if you are experiencing errors.
For developers: You can set the debugger to open automatically¶
We recommend you set the Debug Dialog to open when you open the Player. You can do this by following these steps:
- Open USERPROFILE\Local Settings\Application Data\VastPark\v1.5\Player\config
- Open the file called "settings.xml" in a text editor or similar
- Search for a boolean named EnableMultipleInstances
- You will find the default is: <Debug>false</Debug>
- Change "false" to "true"
- Save your change
Done. The Debugger will open automatically next time you run the Player.