V
vbMark
Hello,
I am debugging an ASP.NET application with many pages and classes.
There is a method that I am working on, but I must know what happened just
before this method was called. I am using the "Call Stack" window but I
always end up with it showing "[External Code]" as the previous event.
Yes, I know that external code just happened but what about the 5 other
pages and classes were doing things before this page? Why did the call
stack clear all those out!?!?
Is there a way to see a history of every page, class, and method that gets
called as you are running through your application? This seems like such a
basic, simple, and required thing Visual Studio should provide that I can
just not seem to find.
So, to sum it up, what I need to know is what class of mine was run before
the place I have my breakpoint.
Thanks!!!
I am debugging an ASP.NET application with many pages and classes.
There is a method that I am working on, but I must know what happened just
before this method was called. I am using the "Call Stack" window but I
always end up with it showing "[External Code]" as the previous event.
Yes, I know that external code just happened but what about the 5 other
pages and classes were doing things before this page? Why did the call
stack clear all those out!?!?
Is there a way to see a history of every page, class, and method that gets
called as you are running through your application? This seems like such a
basic, simple, and required thing Visual Studio should provide that I can
just not seem to find.
So, to sum it up, what I need to know is what class of mine was run before
the place I have my breakpoint.
Thanks!!!