0

I'm currently stuck in how to debug logic that is written inside a Volt component. I use VSCode as IDE and Xdebug to debug the program. Setting up a breakpoint in regular PHP file is easy (thanks for all the maintainer). But it's not available on PHP logic written in Volt component *.blade.php..

On regular Laravel class, setting breakpoint is easy:

Breakpoint in regular PHP file

On Volt component, breakpoint is not available:

there is no breakpoint in volt component

1 Answer 1

0

There's a series on Visual Code with a lesson dedicated to debugging:

https://laracasts.com/series/visual-studio-code-for-php-developers/episodes/13

or check this post you may find something helpfull Here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.