I'm trying to understand the workflow of a project, and want to instrument on each file that is called.
I've tried to use definition/reference to set breakpoint manually, but it's a huge project that it might miss something this way.
I've also used the step forward button in Visual Studio but it just jumps to the very next line, which makes it impossible to trace the entire project.
Is there something that you can jump to the next file, instead of the next line? Or is there some other tools that could help me understand the flow of the codes?