Is there a way for me to see what c# methods are being called when debugging a xaml based app in visual studio? For example, when I click a button is there a way for me to see what method was called?
Asked
Active
Viewed 49 times
0
-
See http://stackoverflow.com/questions/8614157/current-possibilities-for-tracing-program-flow-in-c – Sergey Vlasov Feb 18 '16 at 04:11
1 Answers
0
Look for the "Call Stack" window. It seems to be exactly what you are looking for. Another possibility is to use debug outputs or breakpoints.

lal12
- 131
- 10