Hello,
Is there a better way to debug Neos as with <f:debug>{whatImLookingFor}</f:debug>
in Fluid template. It is nice to have this solution, but compared to common IDE-Debug-Output, it looks a bit crude and confusing.
Regrettably I have problem to use the debug-possibilities from IDE’s like phpStorm in Neos’ environment. To set break-points and debugging in called php-Classes is less effective or is bypassed/ignored, also to find the referencing class is is a bigger challenge then in other common CMS.
I guess, the cache-mechanism is a bit more tricky and turned my effort upside down.
- Are there somewhere Docu’s or a tutorial how to use IDE’s and Debugging in Neos CMS?
- What is your workflow to debug?
- Or are there maybe more visually appealing solutions in <f:debug> viewHelper on its own
- or helpful packages for common debug of variables and content-value?
Would be great, if you would share your working debugging-solution!
Thanks