PhpStorm,有没有办法为class的所有方法添加断点?

PhpStorm, is there a way to add a breakpoint to all methods for a class?

我想为 php class 中的所有方法添加断点。我找到了下面的 window (运行 -> View Breakpoints -> +),但我不清楚是否有通配符这样它会在 [=17 中的所有方法上停止=].

不,那里不支持通配符。