Add breakpoint to c# class's every methods in VS2015

流过昼夜 提交于 2020-02-24 12:25:07

问题


I have a class and I would like the debugger to stop whenever any of its method are called.

I tried using "New function breakpoint" but I couldn't find a working wildcard to use in "Function Name" (ex: I tried "MyNamespace.MyClass.*")

There are example for c++, but they don't seem to apply as-is for c# (or I'm missing something).

How can it be done?

来源:https://stackoverflow.com/questions/46090686/add-breakpoint-to-c-sharp-classs-every-methods-in-vs2015

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!