views:

55

answers:

2

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 ?

A: 

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

Cem Kalyoncu
+2  A: 

You could add breakpoint on function as described here.

Kirill V. Lyadvinsky
Great tip! Been using VS for over six years and never knew that.
ProfK