Summer Sale! All accounts are 50% off this week.

jfunu's avatar

debugging laravel with xdebug in vim

debuggin laravel with xdebug in vim hi, I am new to vim and I have been trying to debug my laravel application in vim. I installed xdebug and configured it. I also installed a plugin called vdebug for vim and I am able to start a debugging session. Anytime I set a breakpoint and start a debugging session,it always breaks on the public/index.php page so I am forced to move through all the methods before I get to my break point. Is there a way it could skip all that and move to my breakpoint marker before stopping. Hope someone could give me a few pointers to solve this problem. Thank you.

0 likes
2 replies
wardcraigj's avatar

Did you figure out what was causing this? I'm seeing the same issue in vdebug with Laravel

1 like

Please or to participate in this conversation.