you will only need as many options as root categories you have.
if you edit smarty.php, look for
Code:
$smarty->debug_tpl="file:debug_templates.tpl";
change to
Code:
$smarty->debug_tpl="file:debug.tpl";
if you switch on the debug menu now youll see a full list of variables which should explain things better