php debugger.

C++, C#, Java, PHP, ect...
Post Reply
User avatar
Torniquet
Posts: 869
Joined: Sun Aug 02, 2009 6:18 am

php debugger.

Post by Torniquet »

http://www.nusphere.com/download.php.ide.htm

tis only a trial. but there it is anyways.

its easy to use, and it tells you where your problem is.( phpED )
New Site Coming Soon! Stay tuned :D
User avatar
templeguy
Posts: 34
Joined: Tue Sep 15, 2009 5:12 pm

Re: php debugger.

Post by templeguy »

Nice ;)
Name: Mads
Age: 17
Contry: Denmark
Skill: Just Started
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: php debugger.

Post by Jackolantern »

The PHP IDE I linked in this thread comes with a built-in PHP interpreter (the same one included with WAMP) and it allows for fairly robust debugging. Best of all, it is free :D
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: php debugger.

Post by hallsofvallhalla »

yes very nice. I need a good javascript debugger :)... At least php tells you the line number and what might be the problem. Javascript it just locks up the page. Such a pain.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: php debugger.

Post by Jackolantern »

hallsofvallhalla wrote:yes very nice. I need a good javascript debugger :)... At least php tells you the line number and what might be the problem. Javascript it just locks up the page. Such a pain.
Firebug is what you need then. It lets you debug on the client side (aka in your own browser) so that it represents the actual running environment well. I think Aptana Studio also has a good built-in JS debugger.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: php debugger.

Post by hallsofvallhalla »

I personally dont like firebug. I may just need to get more familiar with it though.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: php debugger.

Post by Jackolantern »

hallsofvallhalla wrote:I personally dont like firebug. I may just need to get more familiar with it though.
The only debugger I am aware of besides Firebug is the one in Aptana.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: php debugger.

Post by hallsofvallhalla »

Same here. I have been doing a good job of figuring out my errors thus far. I only code a little before testing so I know the general area of the problem. I guess I will give firebug another try.
Post Reply

Return to “Coding”