自动在所有方法上设置断点
有没有一种方法可以自动在 eclipse/idea 中对给定类中的所有方法设置断点?
Is there a way to automate setting breakpoints in eclipse/idea on all methods in a given class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在大纲视图(Eclipse)中,您可以选择所有方法,右键单击并选择“切换方法断点”
In the Outline view (Eclipse), you can select all methods, right click and choose "Toggle method breakpoint"