We need a Typo3 fluid debugger with the following features:
- Fluid code generation
- Handle not reachable values and functions like protected / private stuff
- Coax the values from the getter without actually calling them
- Display info, if the value is read-only / write-only (getter without setter and vice versa)
- . . .
This one will take definitely a bit longer to implement and I do not know when (if?) we can tackle it.
Tobi