PHPStorm breakpoints

Quick question, how do you guys debug Flow / Neos with PHPStorm ? If you set a breakpoint it’s not triggered because the files are copied and executed in cache. Do you have a trick that links the breakpoints or you just use xdebug_break() instead ?

I either set breakpoints directly in the proxy classes if I am lazy or you use https://github.com/dfeyer/flow-debugproxy

and everything works as intended.

1 Like