Reputation:
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
Reputation: 99685
You could add breakpoint on function as described here.
Upvotes: 2
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