It is very crucial to have a call stack window to understand the flow of the code. To enable call stack follow below points.
1. Open visual studio and put a breakpoint.
2. Run the code and wait for the debugger to hit the breakpoint.
3. Go to Debug->windows->Call stack
No comments:
Post a Comment