Say you have a large PHP project and suddenly, when attempting to run it, you just end up with a blank page. The script terminates and you want to find excatly where that is with as little effort as possible.
Are there a tool/program/command/IDE that can, on PHP script termination, tell you the location of a script exit?
note: I can't mark my own post as "accepted answer" so look at the bottom to see my solution. If you come up with a better solution I will mark your post as the answer.