好吧,我正在为此自杀。我一直在尝试每一个教程,但仍然没有运气。Aptana 只是“等待 XDebug Session”。
我在端口 9000 上的远程服务器上设置了 XDebug。
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_mode="jit"
这一切似乎都是正确的,phpinfo 使它看起来正确。现在我进入 Aptana 进行设置,所有教程都以某种方式涉及 localhost。也许我严重忽略了 xdebug 的一个组件(它只能在本地调试吗?)。目前没有办法让我的应用程序在本地运行,因为我正在运行我不想为此安装的非传统堆栈项。
我已经设置了 aptana php 解释器:http://grab.by/poMm我 已经使用我的基本 url 和本地文件文档根目录设置了 aptana 远程服务器 我使用密钥 ECLIPSE_DBGP 打开了 chrome xdebug 助手
Aptana 仍在等待 XDebug 会话。请帮忙!