We need a bigger list of pollable debug functions.
Right now, we are only polling:
- debug
- __toArray
- toArray
- __toString
- toString
automatically.
Discussion
Anonymous
-
2014-11-24
Actually, it's not just a bigger list. A reduced list might be usefull as well. In a Magento the function toArray, __toArray, debug do essentially the same thing. Calling them only produces more output.
This looks like a good candidate for the wrapper modules, setting up only the necessary debug functions.
I'm not really sure, what the factory setting will contain, though.
Tobi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually, it's not just a bigger list. A reduced list might be usefull as well. In a Magento the function toArray, __toArray, debug do essentially the same thing. Calling them only produces more output.
This looks like a good candidate for the wrapper modules, setting up only the necessary debug functions.
I'm not really sure, what the factory setting will contain, though.
Tobi