Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/242.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 使用netbeans调试magento 2代码_Php_Netbeans_Magento 2.0 - Fatal编程技术网

Php 使用netbeans调试magento 2代码

Php 使用netbeans调试magento 2代码,php,netbeans,magento-2.0,Php,Netbeans,Magento 2.0,Iam使用netBeans作为magento编码的IDE。我使用xdebugger调试了简单的php代码。调试时,它将采用浏览器中类似()的路径,即存在的代码路径(C:\wamp\www\netBeans\login.phtml) 我看,是magento代码能够在netBeans中调试。netBeans中的问题是,如果我们遵循与magento的简单php程序相同的步骤,那么前端会出现404错误。因为url将采用magento代码的路径 事实上,正如我们所知,magento前端url格式是(“路由

Iam使用netBeans作为magento编码的IDE。我使用xdebugger调试了简单的php代码。调试时,它将采用浏览器中类似()的路径,即存在的代码路径(C:\wamp\www\netBeans\login.phtml)

我看,是magento代码能够在netBeans中调试。netBeans中的问题是,如果我们遵循与magento的简单php程序相同的步骤,那么前端会出现404错误。因为url将采用magento代码的路径

事实上,正如我们所知,magento前端url格式是(“路由器id”/“控制器名称”/“操作名称”)


有谁能帮我分步调试magento代码的最佳方法是什么