To debug PHP code I use Apache Netbeans https://netbeans.apache.org/ (don't use version 12.0 because it uses "node.js" and collides with that of PHPRunner). To optimize the PHPRunner generation process, what I do is that all the libraries that I include in the project are outside of the PHPRunner project (I usually use the "ComponentCode" directory. The truth is, I don't know if I answered what you were asking. Greetings,
mbintex6/19/2020
I guess you want to edit the PHPrunner project file itself. You could probably do that, since it´s XML. I once looked inside it to rename a file, but that´s it. Dont really know if you can do anything inside the XML which you can't using PHPRunner.