Hey everybody , need suggestion... I need a compiler type application which logs each and every steps of how compilation takes place like first which function called second which function called and so on, it would be similar to php compiler which parses php and sends the html output to the browser. So if anybody have suggestion regarding this ... would be great!
Thanks for pointing me in right direction, i need this for debugging purpose, actually i have a project from third party that i need to edit and its structure is quite complex ... that is one function is calling other and other to other just for a simple task so i need something to trace which function is called first and second , so can u tell me where i call this function debug_backtrace() in each and every page