今天刚刚学PHP。用EasyEclipse for PHP开发工具,但是我不知道用它怎么调试PHP程序,怎么样才能浏览到页面效果。各位帮帮忙,能告诉我详细步骤吗?

解决方案 »

  1.   

    You will need to install and configure DBG Debugger. Once downloaded follow the steps in below link to finish the installation + configuration.http://www.php-debugger.com/dbg/installation.phpHope it helps.//Ali
      

  2.   

    用IDE调试PHP,特别是调试带框架的PHP程序都很累……建议从单元测试、功能测试入手……
      

  3.   

    首先应该学会利用 echo语句进行调试;
    再有用火狐的 firedebug吧!
      

  4.   

    1、编写正确的php代码
    2. 单击右键 ->run as => php web page ,这样既可运行
    3. 如果要测试用php Debug,这个在页面的右上角,找找这样就可了
    不过要先配置好apeach 服务器,