1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

is there any PHP debuger?

Discussion in 'Programming' started by Kisssssss, Dec 18, 2017.

  1. #1
    Hi friends,

    I would like to know if there is any software which can debug issues in PHP, databases, HTML, CSS, Javascript etc?

    Where we can simply locate our files and start debugging the problems?

    Appreciate your assistance.

    Cheers
     
    Kisssssss, Dec 18, 2017 IP
  2. phpmillion

    phpmillion Member

    Messages:
    145
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    45
    #2
    PHP itself has a debugger. Of course, you need a PHP editor which supports it. Basically, you just specify the path to PHP executable on your system, and then you can debug PHP code right from your text editor.

    Also see https://xdebug.org/index.php
     
    Last edited: Dec 19, 2017
    phpmillion, Dec 19, 2017 IP
  3. seductiveapps.com

    seductiveapps.com Active Member

    Messages:
    200
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #3
    zend has a complete IDE for PHP including breakpoints and the like
     
    seductiveapps.com, Dec 24, 2017 IP