Suppose you want to debug a project ... but you want to go to all event handlers, delegate methods, etc ... Is there a way to add multiple breakpoints in all these places (say, at the beginning of each method) instead of manually clicking and choosing breakpoints?
source
share