I am new to WordPress development and I am trying to teach myself how to build WordPress themes. Since PHP is a server side language, how do you display the outputs of the code to determine if it's executing properly and doing what you want and to debug it?
I have used Kint before, but wanted to know if there are other more useful tools.
Thanks for any help!