You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I would like to know what exactly is happening here. Would you be able to provide some logs? Next to xdebugSettings please add log = true (or 1, I'm not sure about LUA types...).
I'm interested in:
What is the exact filename you are setting the breakpoint in
What does this file (I'm assuming it's a blade template) get compiled to?
If you add the following code: where does the PHP execution stop?
Problem: Debugger does not stop in breakpoints in blade files.
PHPStorm can do this if you set the path to
bladecache
in Settings->PHP->Debug->Debug->Templates->Blade DebugIs there a way to implement this? Or maybe my config is missing something:
The text was updated successfully, but these errors were encountered: