asp.net - C# - How would I go to first line of executed code after an event without setting breakpoints -
is there way force vs show every line of code executed after click event? not sure first line of code executed placing specific breakpoint not help. using c# asp.net if matters.
you can put breakpoint @ first known line (that can pragmatically state), when stops, check stacktrace, keep clicking on previous statements check order. may of these statemnts clr , may not have source code, tells atleast statement doing.

Comments
Post a Comment