netbeans 和 xdebug 与 laravel

Posted

技术标签:

【中文标题】netbeans 和 xdebug 与 laravel【英文标题】:netbeans and xdebug with laravel 【发布时间】:2012-09-03 21:51:48 【问题描述】:

有没有人在 netbeans 让 xdebug 与 laravel 一起工作方面取得任何成功?我不确定如何使用 laravel 进行配置。现在我有以下内容:

在项目属性->运行配置下,我有:

 Project url: http://localhost/m1/

 Index file: public/index.php

 Arguments: user/bob/task/1

但是,xdebug 似乎永远不会超过 public/index.php 文件。

提前致谢,

比尔

【问题讨论】:

您找到解决方案了吗?我遇到了同样的问题。 【参考方案1】:

Netbeans 和 xdebug 在 Laravel 上运行没有任何问题。您是否有其他使用 xdebug 运行的工作项目?还是这是您第一次尝试?

【讨论】:

【参考方案2】:

在 Properties -> Sources 下,您还需要设置正确的 Web 根目录:

Web Root: public

【讨论】:

以上是关于netbeans 和 xdebug 与 laravel的主要内容,如果未能解决你的问题,请参考以下文章

等待连接 (netbeans-xdebug)

Xdebug 和 Netbeans 没有相互通信

无法通过 netbeans 和 xdebug 调试内部页面

phpmyadmin 不适用于 xdebug、netbeans 和 xampp

等待连接(netbeans-xdebug)卡住了

使用 Netbeans 和 XDebug 进行远程 PHP 调试