Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调试注册表单。
有没有一种简单的方法来调试带有请求随附的发布数据的页面?
如果要调试 PHP 页面的“POST”方法,请确保在 Run->Open Debug Dialog;PHP Web Page/New Configuration;Advanced 选项卡中选中了“Debug all pages”。然后,您应该让 PHP 脚本运行以显示带有表单的网页。当您将数据放入表单并提交时,调试器现在将允许您使用 POST 数据调试此页面。
希望这可以帮助。
资料来源:如何使用 Eclipse PDT + XDebug 设置免费的 PHP 调试器