java远程调试肯定是可以的.
我在debug as-->远程java application  里设置9000端口(xdebug默认)
最后提示我没法链接.netbeans-IDE 用xdebug完全正常的.
性能太差 我换eclipse 调试不行 好像 速度蛮快的哪位懂的 help!!!!!!!!!

解决方案 »

  1.   

    8、配制运行及调试选项
        window->preferences->PHP->>php executables->add->设置如下
        php5
        /usr/bin/php5 (注意这里要选择php5,不要是php,因为我们安装的是php5-xdebug)
        9、继续配制debug(麻烦啊)
        window->preferences->PHP->run/debug->perspectives->可以找到php script和php web page
        ,分别设置他们的debug,及运行程序。
        10、建立PHP脚本后,最后调试运行
        打开Run->Open Debug Dialog ,选择调试所需要用的名称和环境,仔细看一下,应该没问题。
        然后就可以单步调试了。我的首选项里面 没有php executables????!!!
    怎么回事?!EasyEclipse for PHP还不一样么???????????
      

  2.   

    http://www.baidu.com/s?bs=fanyi&f=8&rsv_bp=1&wd=eclipse&inputT=14464
      

  3.   

    window->preferences->PHP->run/debug->perspectives->找不到php script 是怎么回事儿呢???