Hi there,
I'm a newbie and I'm trying to learn more about Processwire so I've setup XDebug + PHPStorm to get some real time debugging happening. I've noticed that no matter where i put a breakpoint in any of my php modules, it seems to return the following error.
Error: __debuginfo() must return an array (line 55 of /Users/FrancisChung/site/Test/templates/head.inc) This error message was shown because you are logged in as a Superuser. Error has been logged.
I was wondering if fellow Processwire users have a similar setup, and was successful in getting debugging going.
I've also read this forum post:
https://processwire.com/talk/topic/1611-yes-debugging-templates-and-core-code-works/
I'm also aware there's an issue with XDebug and Processwire:
https://github.com/ryancramerdesign/ProcessWire/issues/1316