gpt4 book ai didi

php - XDebug 与 Aptana Studio 3

转载 作者:IT王子 更新时间:2023-10-29 00:12:12 24 4
gpt4 key购买 nike

我想知道如何让 XDebug 与 Aptana Studio 3 一起工作(我已经在这台带有 XAMPP 的机器上安装了 Aptana Studio 3)。

你知道最近有一篇文章告诉我如何做到这一点并解释了 XDebug 吗?我对 XDebug 没有经验,也没有任何知识,我找了一些文章,但对我来说似乎都过时了。

最佳答案

我知道这是一个旧线程,但我也很难找到如何使用 Aptana Studio 和 FireFox 调试 php,所以这里有一个快速的方法来让它工作......

我发现最简单的方法是安装 wamp server V2.2,这是一个非常有用的程序,因为它安装了 Apache Server、PHP 和 MySQL 等工具,一切都可以通过任务栏轻松配置。

1.) 安装 Aptana Studio V3.3.X 或更高版本 Download here

2.) 安装 WampServer V2.2 或更高版本 Download here (XAMMP 用户阅读底部)。


Wamp服务器:

1.) 确保 XDebug 正在接受远程调试,单击任务栏中的 WampServer 图标并转到 PHP->PHP 设置并确保选中“(XDebug: Remote debug)”,如果未选中它,请单击WampServer 图标和“重新启动所有服务”。

2.) 验证 XDebug 是否正在运行: a.) 如果您有 WampServer insert index.php,在 URL 中输入“localhost”,然后在“Tools”下单击“phpinfo()”并检查以确保 XDebug 正在运行,您应该在 FireFox 中看到以下内容:

XDebug

b.) If you didn't overwrite the index.php create a file (/www_dir/phpinfo.php) with the following:
<?php
phpinfo();
?>

b.1) In FireFox enter "localhost/phpinfo.php" and look for XDebug as shown in the previous image.

Aptana Studio:

  1.) Click Window->Preferences
2.) In the Preferences dialog go to Aptana Studio->Editors->PHP->PHP Interpreters
3.) Click "Add..."
4.) Enter the information like

this

  5.) Click "OK"
6.) Click on the debug icon and select "Debug Configurations"
7.) Double click on "PHP Web Page"
8.) Click the plus next to "PHP Server"

a.) Enter a name
b.) Base URL will be "localhost"
c.) Document Root will be the path to your index.php

最后,在 Aptana Studio 中单击调试图标箭头并选择您在上面命名的配置。如果 Firefox 提示您安装 Aptana Studio 插件...

希望这对您有所帮助...

----------------

XAMPP 用户

----------------

按照提供的步骤操作,但您的目录链接在

在“首选项”对话框中转到 Aptana Studio->Editors->PHP->PHP Interpreters

应该分别链接到 C:\xampp\php\php.exe 和 C:\xampp\php\php.ini

***** 更新 *****

如果您使用的是 Firefox V20+,Firebug V1.8+ 存在一些兼容性问题,这基本上会破坏 Firefox 的上下文菜单,我找不到修复它的方法,所以我最终不得不走另一条路,我想我应该做一个帖子中,Aptana Studio 基于 Eclipse,因此恕我直言,获得 PHP 调试的最佳方法是使用 PDT 安装 Eclipse 并删除 Aptana Studio...以上说明将使一切与 XDebug 一起工作

这是一个关于如何启动和运行一切的好链接 eclipse-pdt

关于php - XDebug 与 Aptana Studio 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6860814/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com