Good morning.
I was wondering if it is posible with ST or other application to track all the steps that the website do when it is loaded. I mean, to check the path of all the php file (functions, classes and so on.
is it possible?
Thanks
Good morning.
I was wondering if it is posible with ST or other application to track all the steps that the website do when it is loaded. I mean, to check the path of all the php file (functions, classes and so on.
is it possible?
Thanks
What you need is a PHP debugger like Xdebug.
There are some plugins about Xdebug for ST but they work poorly when what you interest is deep and large.
I would recommend use an external application to do the job.
Thanks jfc for your reply
Would you recommend me an external application as i am working on a larg project? Anyway… i will try as well the plugin for ST.