First of all, I want to mention I use Laravel 5.8 and Phpstorm 2019.2.3. I am using Xdebugger for debugging.
It's common to debug PHP code written in blade file. Is there any way we can debug javascript code under script tag written in blade file using Xdebug.
I google it but couldn't find an answer either is it possible or not