📜 ⬆️ ⬇️

New Debar for Smarty: Quicky debug now available

I have never liked debarger for Smarty: huge arrays, inability to see long text, not displaying debugging for objects - these shortcomings were corrected in Quicky template engine, but many still use Smarty (and I have some projects), so I sat down -and wrote a normal debager for smarti too - all who need to use, comment

Differences:
- tree opening of arrays
- debug of objects
- the ability to view the entire text variable

download indulge | see | try | love here:
pagin.ru/download/smarty_debug.zip
')
UPD : minus one, at least you justify what you are minusing for, otherwise it’s not so beautiful

Yes, the old projects on smarti somehow need support, of course, you can often just put kviki and forget about problems, but not always (kviki all the same is not 100% compatible, but only 95%) so you may then add functionality to track places where the variables were declared is a very useful feature (by the way, made in kviki).
UPD :
Screenshot at the request of pagin.ru/download/debuger.gif
image

Source: https://habr.com/ru/post/56445/


All Articles