The ProgrammersTalk Community
Forum Register Search Today's Posts Mark Forums Read
Register

Go Back   The ProgrammersTalk Community > Web Programming > PHP


Welcome to the The ProgrammersTalk Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Tags:

Closed Thread
 
LinkBack (9) Thread Tools    Display Modes   
  9 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 06-10-2007, 05:11 PM
Siu02rk
Posts: n/a
[SOLVED] Are there any debugging programs for PHP? How do you debug PHP code?

I have used other programming languages such as C, C++ where you can debug the code using the IDE however how is this possible with PHP? I would like to step through the program and see at run time what values are being assigned.
Can any of these be used with Dreamweaver 8?

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #2 (permalink)  
Old 06-12-2007, 12:31 AM
TeraTask's Avatar
TeraTask TeraTask is offline
PT Admin
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 3
Join Date: Jun 2007
Location: Reno, NV
Posts: 442
iTrader: (0)
TeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to behold
Hmmm...I'm not aware of a free program. I think some of the Zend products may give you such power. For my own PHP programming I just check for what I need when I need it and generally echo it out to the screen. To make sure that I've gotten to a particular point in the program, I'll use

PHP Code:
echo __file__.":".__line__.") Got here<br />"
And, to check the value of variables at a certain point, I use something like

PHP Code:
echo "<u>".__file__.":".__line__."</u><pre>".print_r($some_variable,true)."</pre><br />"

__________________
Jeremy Miller
Content Farmer - Optimized Automated Blog Posting

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Closed Thread


Thread Tools
Display Modes

   Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.programmerstalk.net/thread73.html
Posted By For Type Date
Digg / Programming / Upcoming This thread Refback 06-13-2007 12:02 AM
Digg / Programming / Upcoming This thread Refback 06-12-2007 04:54 PM
Digg / Programming / Upcoming This thread Refback 06-12-2007 04:17 PM
Digg / Programming / Upcoming This thread Refback 06-12-2007 09:59 AM
Digg / Programming / Upcoming This thread Refback 06-12-2007 05:02 AM
Digg / News / Upcoming This thread Refback 06-12-2007 01:43 AM
Digg / Programming / Upcoming This thread Refback 06-12-2007 01:34 AM
Digg - Fastest way to debug PHP manually This thread Refback 06-12-2007 01:26 AM
Digg / News / Upcoming This thread Refback 06-12-2007 01:13 AM


All times are GMT -7. The time now is 05:54 AM. Powered by vBulletin
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO © 2007 ProgrammersTalk Sedo - Buy and Sell Domain Names and Websites project info: programmerstalk.net Statistics for project programmerstalk.net etracker® web controlling instead of log file analysis


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50