user2457072
user2457072

Reputation: 173

Is there a way to see a history of function calls in visual studio?

Working on a project that keeps crashing. No errors and showing up, my memory monitor tells me that everything is normal and as far as I can see there is nothing aberrant in my code it just stops working, freezes. Is there a way to see a history in visual studio of function calls so I can ascertain accurately the last thing my program does before it breaks?

Thanks!

Upvotes: 1

Views: 1132

Answers (1)

sjoachim
sjoachim

Reputation: 95

menu bar -> DEbug -> Windows -> Call Stack

Upvotes: 5

Related Questions