Smarty Debugging

I’ve used Smarty before in another project, and there’s a nice feature where it’ll show what templates were loaded in a separate window. It shows a tree of which templates call other templates - it’s very nice and helps track down where to edit.

How do I find this in Piwik? I tried setting: debugging = true in global.ini.php in the Smarty section, but this didn’t cause a new window to load. There’s probably a few more requirements for getting it working.

Any suggestions? Thanks!

I didn’t see this, but if this is a smarty feature it could maybe work in Piwik too, feel free to let us know.
I only know {debug} which will open a popup with all current variables available.