Debug with xdebug

Hi, I’ve trouble by debugging a plugin with xdebug. xdebug is configured right - it connects and can stop at a breakpoint in index.php (site/web/index.php). But xdebug doesn’t stop at any other breakpoint in a theme or plugin.

Any ideas?

Curious what debugger you’re using, @iceteabottle? It may be that the debugger isn’t able to access the files the breakpoints are set in.

Hi, thx for your response. I’m using the build in php debugger in PHPStorm.

Hey, this thread might be helpful - Setting up PhpStorm + Xdebug with Trellis [walkthrough]