Skip to content

Enable Debug Mode

ChrisderWahre edited this page May 8, 2018 · 1 revision

How to enable the Debug Mode / Debug Console (BETA)?

Create a Config.xml with this tutorial and you are ready to go.

First open up your Config.xml in an Editor of your Choice,

make a new line with this:

<DebugMode>TRUE</DebugMode>

here is a fully Config.xml with Debug Mode on (this is my Config.xml):

<?xml version="1.0" encoding="UTF-8"?>
<Config>
	<XBoxIP>192.168.0.2</XBoxIP>
	<XBoxPort>21</XBoxPort>
	<XBoxUser>xbox</XBoxUser>
	<XBoxPassword>xbox</XBoxPassword>
	<XBoxSongPath>/E/Games/Jet Set Radio Future/Media/Z_ADX/BGM</XBoxSongPath>
	<LocalSongPath>J:\Emulatoren\Jet Set Radio Future\Media\Z_ADX\BGM</LocalSongPath>
	<DebugMode>TRUE</DebugMode>
</Config>