Compilation logger

Discussion in 'PHP' started by sarav_dude, Nov 4, 2007.

  1. #1
    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!
     
    sarav_dude, Nov 4, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    nico_swd, Nov 4, 2007 IP
  3. sarav_dude

    sarav_dude Peon

    Messages:
    10
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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 :)
     
    sarav_dude, Nov 4, 2007 IP