I am working with Microsoft Visual Studio Ultimate 2013, on an extremely large code base.
I am currently trying to debug an issue, but i am unable to place breakpoints correctly, and relying on pure guesswork and hit-n-trial.
Is there any way by which we can list the entire trace of flow of control in VS 2013? (The entry and exit of the functions which are called)
(PS: There are no explicit logging statements written in the code).