emehrkay Posted March 19, 2009 Share Posted March 19, 2009 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 More sharing options...
rhodesa Posted March 19, 2009 Share Posted March 19, 2009 i'm not aware of something graphical that will help you step through, but there is always http://us3.php.net/debug_backtrace Link to comment https://forums.phpfreaks.com/topic/150171-php-status-software/#findComment-788630 Share on other sites More sharing options...
emehrkay Posted March 19, 2009 Author Share Posted March 19, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.