不晓得,我一直用edit plus,用apache调试.

解决方案 »

  1.   

    phped对中文支持的实在是太屎了!
      

  2.   

    用PHPED调试PHPInstructions for debugger
    For win32/Unix, you need :1.php >= 4.0.4. 
    2.Server extensions of DBG by Dmitri Dmitrienko.
    3.Download Server.zip which contains php_dbg.dll. Unzip this file to your php extension directory. For Unix, you need to download dbg.tar.gz (source code). You'll find detailed instructions for server setup at above url. 
    4.Add line:
      extension=php_dbg.dll 
      in php.ini. Also check out that,
      [Debugger]
      debugger.host = localhost
      debugger.port = 7869
      debugger.enabled = true5.Download PHPEd 2.95 and install. Do not forget to uninstall previous version if it's older than 2.95. Unfortunately, you have to delete php.hl file located in PHPEd folder before installation , which means, you'll loose previous settings for php highlighting. 
    6.Open PHPEd. You can switch to debugging mode by Open debugger button. located in 'Run' toolbar. 
    7.Open a php file and press F5 
      

  3.   

    下载phped:
    http://www.soysal.com/PHPEd/PHPEdSetup3x.exe
      

  4.   

    下载:
    Server extensions of DBG
    http://dd.cron.ru/dbg/