vasion
vasion

Reputation: 1247

debugging cakephp with netbeans - no variables

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

Upvotes: 1

Views: 396

Answers (1)

sibidiba
sibidiba

Reputation: 6350

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.

Upvotes: 1

Related Questions