Reputation: 67
I'm having a problem in tracing the execution flow in my c# code.With f10 or f11 i am able to trace just till the end of the main method.But in the runtime when an event is generated the function being executed is not traced. But I want to trace the code that is getting executed after the event is generated?
Thanks.
Upvotes: 1
Views: 851