Eclipse 调试:自定义断点组?
您好,感谢您的阅读。
我使用 Eclipse 调试模式来了解大型框架的某些组件。现在我有了工作流程 A 和工作流程 B 之类的东西。我在工作流程 A 中设置了断点并了解它是如何工作的。然后我在工作流程 B 中设置了断点,但希望工作流程 A 中的断点存在但不被调用,以便稍后可以再次使用它们。
我想要的是一种启用工作流 A 或工作流 B 中的所有断点而不删除断点的方法。有办法做到这一点吗?
谢谢,
叶夫根尼
Hi and thank you for reading.
I use Eclipse Debugging mode to understand some components of a massive Framework. Now I have something like Workflow A and Workflow B. I have set breakpoints in workflow A and understood how it work. Then I have set breakpoints in workflow B, but would like the breakpoints in workflow A to be there but not be called, so I can use them again at a later point.
What I would like to have is a way to enable all breakpoints in workflow A or workflow B without removing the breakpoints. Is there a way to do that?
Thanks,
evgeni
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“断点”视图菜单中(单击右上角的倒三角形图标),查看“分组依据”条目。您可以使用断点“工作集”并进行自定义分组或按项目或文件进行分组。一旦你有了分组,启用/禁用组中的所有内容就变得微不足道了。
In the Breakpoint view menu (click the inverted triangle icon on the top right), look under the 'Group by' entry. You can use either breakpoint 'workingsets' and have a custom grouping or group by projects or files. Once you have a grouping enabling/disabling everything in a group becomes trivial.