简体   繁体   English

PhpStorm,有没有办法为一个类的所有方法添加断点?

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

I would like to add breakpoints to all methods in a php class.我想为 php 类中的所有方法添加断点。 I found the below window (Run -> View Breakpoints -> +), but it's not clear to me if there's a way to wildcard this such that it will stop on all methods in a class.我找到了下面的窗口(运行 -> 查看断点 -> +),但我不清楚是否有办法通配它,以便它会在类中的所有方法上停止。

在此处输入图片说明

不,那里不支持通配符。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM