The Best PHP Debugger

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
intern3t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 119
Joined: 18 Aug 2010, 02:06
13

The Best PHP Debugger

Post by intern3t »

I want to ask. what is the best php debugger for linux os. And again, is there any software like dreamweaver for linux os?Am using Kali linux(debian based).

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Re: The Best PHP Debugger

Post by lilrofl »

There is always Eclipse, with appropriate plugins, but I think that's a little heavy weight for PHP. I'd consider jEdit (it's java based, so cross platform), with appropriate plugins or whatever GUI text editor comes standard with Kali (I assume gedit). Both will be able to be configured for syntax highlighting auto spacing and there are debugger plugins available last I checked.
knuffeltjes voor mijn knuffel
[img]http://i911.photobucket.com/albums/ac320/stuphsack/Sig.jpg[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: The Best PHP Debugger

Post by bad_brain »

if you are willing to spend 30 bucks (or look around a bit *cough-cough*) "Rapid PHP" seems to be a very good one from what I have heard, it's very lightweight and fast compared to the big IDEs like Ecplise or Netbeans and seems to do its job very well:
Image

reparto
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 288
Joined: 27 May 2013, 11:30
10

Re: The Best PHP Debugger

Post by reparto »

I personally didn't find much use for a debugger but when I did need it I used xdebug.

http://xdebug.org/download.php" onclick="window.open(this.href);return false;

Its a PHP extension and you can invoke debugging function from within your script, I found it faster to have the debug info show after the script has been parsed and executed rather than through a GUI.
Selling invisible pets:
Dogs - 0.5 Bitcoins
Cats - 0.7 Bitcoins
Unicorns - 10 Bitcoins
Chimpanzee - 2 Bitcoins

PM me if you are interested, will ship via priority airmail, will accept escrow services

Post Reply