livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
339 stars 19 forks source link

In volt class mode, line mismatch occurs when debugging breakpoints with xdebug in PhpStorm #90

Closed xiaoxidashen closed 8 months ago

xiaoxidashen commented 8 months ago

Volt Version

1.6.1

Laravel Version

10.43.0

PHP Version

8.2.9

Database Driver & Version

sqlite

Description

In volt class mode, line mismatch occurs when debugging breakpoints with xdebug in PhpStorm. I have no choice but to use the non-volt mode

Steps To Reproduce

see description

xiaoxidashen commented 8 months ago

The blade debugging option is checked

driesvints commented 8 months ago

I don't think this is supported right now sorry. But we'd happily accept PR's to make this possible.