Debugging Skins
From XfireWiki
[edit]
Enabling Debug Mode
Xfire program has a debug mode for skins that will display all errors encountered when parsing an XML skin when a skin or theme is loaded.
You can enable the debug mode by editing xfire.ini while Xfire is not running:
- Make sure Xfire is not running
- Open xfire.ini from Common data path
- Under [Xfire] section, add a new line:
EnableSkinDebug=1 - Save the file
- Start Xfire
This debug mode will not catch all errors in the XML files, but catches common ones such as referring to missing components or duplicate definitions of some elements.
