Is there a way to limit phpdbg to specific files or paths?

127 Views Asked by At

While stepping through code with PHPDBG, is there an easy way to skip over code from other paths.

Specifically, I'm stepping through lots of code for phpunit/mock or composer's class-loader while trying to track down a failure in my code that phpunit found.

"next" appears to be "step into".

Is there a way to "step out of" or better way to skip debugging sections of a code-base?

0

There are 0 best solutions below