Xdebug does not show php variable value or object structure in Netbeans

I am in a new window while working on customizing my environment. I configured netbeans, like the instructions here . I have done this before. Last time, it was pretty straightforward and worked for the first time (a rare pleasure in programming). However, when I run xdebug in netbeans, I cannot view the values ​​of variables or the structure of objects. Here is a screenshot.

Netbeans Screenshot

There should be more information. I can print the variable $modelon the screen. It has array values ​​and other information.

NetBeans IDE 6.9.1

xdebug 2.1.1

xampp 1.74

+5
source share
2 answers

I had the same problems with xDebug and the current Eclipse PDT under Windows 7 and, unfortunately, could not resolve them.

I finally switched to WAMP , where it seems the same configuration works.

+1
source

I just reinstalled my environment. I grabbed the latest xampp and used the xdebug dll with which it came. Now it works. I assume this was a mismatch of the PHP / xdebug version.

0
source

All Articles