debugging cakephp with netbeans - no variables

我怕爱的太早我们不能终老 提交于 2019-12-02 09:37:05

问题


I set up cakephp debugging with netbeans and xdebug following these instructions http://www.tiplite.com/cakephp-debug-in-netbeans/ . I got it working, but I cannot see any variables when I get to the breakpoints


回答1:


There is an option to enable variable listing in php.ini during debugging. There is likewise an option for that in NetBeans settings, under PHP.

It is unstable, though.



来源:https://stackoverflow.com/questions/5063410/debugging-cakephp-with-netbeans-no-variables

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!