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.

call stack


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -