04.08.2018, 11:03
Use printf more, and also use print by itself as it will also show in the logs, so you can simply chuck in a line which will show in the log, that it reached that code, and under what situation.
PHP код:
print('Got to the point I was wondering about');