Jump to content

PHP status software


emehrkay

Recommended Posts

Is there any software that will allow me to view the status of my script while running or after it has run. Right now I just want to see the SESSION variables without having to implicity showing them in the browser.

 

I use xDebug to see errors when they exist and I have it set to show POST/GET, function variable states, etc. I also use macGDBP to step through the code and I also use macCallGrind for profiling.

 

I guess what I am asking for is sort of a live stack [back]trace -- if that exists.

Link to comment
https://forums.phpfreaks.com/topic/150171-php-status-software/
Share on other sites

i guess firephp (http://www.firephp.org/) would do what im asking for

 

With the current apps that I run, I have to set breakpoints, step through code etc. I guess implicitly showing things in firebug would be a bit easier.

 

If I werent so lazy, I'd create something that does what I am asking for

Link to comment
https://forums.phpfreaks.com/topic/150171-php-status-software/#findComment-788724
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.