Skip to content

Tag: xdebug

How do i debug my php code inside my html?

I’m using Laravel for my project. I wrote some PHP code inside HTML which basically under my .blade.php file. I’m trying to debug variable $highestRow inside tbody tag. I tried var_dump($highestRow) but my controller is just passing over the breakpoint. I’m looking for some x_debug() thing t…

Debugging Laravel application on VSCode

Has anyone successfully configured VSCode to debug Laravel-based website? After having followed numerous articles and tutorials, I have made it to the point where I can ask VSCode to “Listen to XDEBUG”, but I haven’t been able to do normal VS-style debugging where I could just hit F5 to laun…