Sublime Forum

Tracking the steps of the website

#1

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

0 Likes

#2

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.

0 Likes

#3

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.

0 Likes

#4

DISCLAIMER: I am not an expert in PHP debug.

The last one I tried was pugdebug.
Now I use die(); and var_dump(); more…

0 Likes