问题
The "Find All References" option in the VS editor helps us in finding the locations where a specific object is used. But is there any way so that I can automatically place a break-point at all those locations? Placing break-points for an object referenced at say 100 locations sees impossible! Is there any tool/addin out there which does this job?
来源:https://stackoverflow.com/questions/13799309/place-breakpoints-at-all-referenced-locations-in-vs-2008