Line by line debugger?

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
SS
Forum Newbie
Posts: 1
Joined: Mon Nov 29, 2004 3:42 am

Line by line debugger?

Post by SS »

Hello!

I'm new here, so I thought I'd pop in with a question. I'm looking for a good line by line debugger for PHP (which shows the values of the variables). It doesn't matter if it's free/trial version/whatever. Any suggestions?

Thanks!
SS
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Post by thomas777neo »

There is something available, try :

http://www.lastcraft.com/simple_test.php

This is a reference to the php unit testing section. You however write the tests and debugging yourself.
Post Reply