During the development stage, developers often need to « debug » by posting, for instance, the status of a variable at any given time (t).
Any developer will tell you that all you need to do is use « var_dump() », « print_r() », « die() »…
The above methods are effective but PrestaShop offers other convenient debugging tools, and these are what we present here.