如何在带有 WAMP 的 Aptana 1.5 中配置 XDebug?
我一直在尝试让 XDebug 与 Aptana Studio 1.5 一起使用。我已经下载了 XDebug .dll 并编辑了 php .ini 文件。 phpinfo() 显示 xdebug 已安装。我不知道从这里开始该怎么做才能让它发挥作用。任何帮助将非常感激!
I've been trying to get XDebug working with Aptana Studio 1.5. I already downloaded the XDebug .dll and edited the php .ini file. phpinfo() is showing that xdebug is installed. What I can't figure out is what to do from here to get it working. Any help would be mucho appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们 (aptana) 暂时删除了调试器指令,至少在我们将调试器支持重新引入新的 PHP 插件之前是这样。
我在这里找到了这些说明的缓存版本: http://ascabe.bakufu.org/aptana /helpr-4.html (看起来有人复制了一些文档并将其翻译为日语:))
请参阅“创建启动配置”部分。听起来这将是你的下一步。
希望有帮助!
We (aptana) removed the debugger instructions for the moment, at least until we re-introduce the debugger support into the new PHP plugin.
I found a cached version of those instructions here: http://ascabe.bakufu.org/aptana/helpr-4.html (looks like someone copied and translated some of the doc to Japanese :) )
See the 'Creating a launch configuration' section. Sounds like this would be your next step.
Hope that helps!