I have some variables inside a template and I don\'t know where I assigned them. I need to know what is inside a particular variable; for instance, say I have a variable in
{$variable|@debug_print_var nofilter} and you not need to add "" tags
{$variable|@debug_print_var nofilter}
{$variable|var_dump} show you more (but worse formatting) because debug_print_var not showing private variable in object!
{$variable|var_dump}
debug_print_var