php - XDebug、Eclipse 和发布

标签 php eclipse xdebug

我正在尝试调试注册表单。

是否有一种简单的方法来调试带有随请求发布数据的页面?

最佳答案

If you want to debug the “POST” method to a PHP page, then make sure you have “Debug all pages” checked in Run->Open Debug Dialog;PHP Web Page/New Configuration;Advanced Tab. Then you should let the PHP script run to display a web page with a form. When you put the data into the form and submit it, the debugger will now allow you to debug this page with the POST data.

希望这对您有所帮助。

来源:How To Setup a Free PHP Debugger using Eclipse PDT + XDebug

关于php - XDebug、Eclipse 和发布,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11985770/

相关文章:

php - 在 PHP 中使用水印显示多个图像

javascript - 表单提交有错误

eclipse - 在命令行导入 eclipse 首选项

PHP 调试器不会在断点 : Eclipse & Xdebug 处停止

ssl - 有什么方法可以在 PHPStorm 调试功能中启用 https 连接?

c# - 将两个 PHP 函数转换为 C#

php - 如何在下拉列表中显示选中的项目名称?

Android 布局设计器不打开在 IntelliJ 中创建的 XML 文件

java - web项目的eclipse-lib问题

php - 在 PhpStorm 中使用 Xdebug 时获取 "Debug session was finished without being paused"并且没有停止执行