TheNewbie
TheNewbie

Reputation:

Visual Studio addin for mass breakpoints

When I'm starting with some big code I don't know. I find useful to me to search for a constant or function name and then add a breakpoint at all the references so I can begin to understand the code. Is there a VS adding to do that quickly ?

Upvotes: 1

Views: 169

Answers (2)

Kirill V. Lyadvinsky
Kirill V. Lyadvinsky

Reputation: 99685

You could add breakpoint on function as described here.

Upvotes: 2

Cem Kalyoncu
Cem Kalyoncu

Reputation: 14603

I dont know that, but you can easily find all references by issuing Find All References in the right click menu.

Upvotes: 0

Related Questions