如何在 eclipse 中调试 laravel 5.1?
How to debug laravel 5.1 in eclipse?
我在 wamp 中将 eclipse 用作我的 laravel 5.1 项目 运行 的 IDE。我的问题是 and/or 我需要做什么才能在 eclipse 中调试我的 php 应用程序,就像我在 eclipse 中调试 java 一样?
谢谢。
苏拉
我相信您想要的是 Eclipse 的 XDebug。
它的文档以及如何设置它在他们的网站上,http://wiki.eclipse.org/Debugging_using_XDebug。
请注意,它不是专门为 Laravel 设计的,而是 PHP 一般设计的。
我在 wamp 中将 eclipse 用作我的 laravel 5.1 项目 运行 的 IDE。我的问题是 and/or 我需要做什么才能在 eclipse 中调试我的 php 应用程序,就像我在 eclipse 中调试 java 一样?
谢谢。
苏拉
我相信您想要的是 Eclipse 的 XDebug。
它的文档以及如何设置它在他们的网站上,http://wiki.eclipse.org/Debugging_using_XDebug。
请注意,它不是专门为 Laravel 设计的,而是 PHP 一般设计的。