This topic is locked

Is it possible to debug the project file?

6/16/2020 12:51:37 PM
PHPRunner General questions
C
cjarerov author

I have a very large project file and the process is slow, is there a possibility to debug it to make it smaller?

fhumanes 6/19/2020

Hello:

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,

mbintex 6/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.