tracing(debugging) php application

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
harishreddy
Forum Newbie
Posts: 5
Joined: Sun Mar 08, 2009 12:22 am

tracing(debugging) php application

Post by harishreddy »

hi iam new in php application

how to debug the php application using debug_backtrace()
anybody can you give a small example
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: tracing(debugging) php application

Post by Benjamin »

Please do not use bold orange characters. It's annoying.

Code: Select all

 
var_dump(debug_backtrace());
 
Post Reply