On the base of the HEPA (help pages) addon, let's have a debugging tool introduced - Debug In Real Time (DIRT).

I am still thinking to figure out the concept, below is what's working now.

Suppose, we write something like this:
Code: Select all
<cms:add '10' '20' '30' debug='1' />


And on the page the debugging tool outputs an iframe with following content loaded from a HTML template -
2019-06-24-014451.png
2019-06-24-014451.png (8.26 KiB) Viewed 1506 times


Especially if one of params is a code, visualizing tag's params is a good feature. Many of troubles posted in forum is due to wrong use of quotes where code is passed as string (in single quotes) instead of being executed (in double quotes). Controlled output can be tailored for each tag individually, which is nice.

Please share your impressions about this tool - How it could be useful for you?