-
@derickr The framework named #Flow, on which the CMS is based, creates temporary classes from the code, which are executed instead of my original PHP code. The call it "proxy" classes. github.com/dfeyer/flow-debugproxy can be used to map the proxy classes back to the original classes.
-
@derickr Maybe one of the Flow people can explain it more detailed. I'm just happy I can use #xdebug now in the project. 😅 // cc @robertlemke @daskitsunet @dfeyer