Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I am searching for this since long but could not able to get answer.
There are many debugging tools for this but i want how i can debug this in dreamweaver?
thanks
Posted
Updated 8-Apr-13 23:12pm
v2
Comments
bbirajdar 8-Apr-13 10:10am    
you are searching in wrong place.. dreamweaver is not the php development tool.. Its a design tool for webpages... Its like search for debugging options in C program in notepad
[no name] 9-Apr-13 5:13am    
Oh! yes thanks for remind.
I have change the question now.

1 solution

 
Share this answer
 
Comments
Maciej Los 9-Apr-13 5:27am    
+5
Abhinav S 9-Apr-13 14:33pm    
Thank you.
ikaspa 14-Apr-13 2:52am    
this site is down :(
Killzone DeathMan 10-May-13 11:29am    
I write my own debug function:

function debug($data){
echo '<pre>';
print_r($data);
echo '</pre>';
}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900