|
Hi all,
If I am running the debugger and I set a breakpoint on an event which is the result of the last line of code in a method, the Debugger stops, but shows me the first line of code which WILL BE executed in the NEXT method. Is it possible to find the last line of code which WAS executed in the LAST method, or even just to know the name of the last method executed?
|