How to set a breakpoint in every method C#

Tuukka Lehtinen 21 Reputation points
2022-04-22T11:08:36.417+00:00

How to set a breakpoint in every method C#
In C++ side there was nice little Stack::* trick to get breakpoint all methods. How i todo same in C#?

https://learn.microsoft.com/en-us/archive/blogs/habibh/class-breakpoint-how-to-set-a-breakpoint-on-a-c-class-in-the-visual-studio-debugger

Developer technologies | Visual Studio | Debugging
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.