可以在Visual Studio中一次在类中为所有方法设置断点吗? [英] Can I set breakpoints to all methods in a class at once in Visual Studio?

查看:566
本文介绍了可以在Visual Studio中一次在类中为所有方法设置断点吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个类中有40-50个方法,我想为它们添加断点。我可以一次添加断点吗?

解决方案

这里有一个无附件的方法:
如何在Visual Studio Debugger中的C ++类上设置断点



简而言之您可以通过按CTRL + B键入ClassName :: *来打开新建断点对话框。
然后,您可以在断点窗口中禁用其中的一些。


I have 40-50 methods in a class, I want to add breakpoints to all of them. Can I add breakpoints to all of them at once?

解决方案

There is an addon-less method described here: How to set a breakpoint on a C++ class in the Visual Studio Debugger

In short, you can bring up the "New Breakpoint" dialog by pressing CTRL+B and type in ClassName::* to the function field. You can then disable some of them in the breakpoints window.

这篇关于可以在Visual Studio中一次在类中为所有方法设置断点吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆