| tracing execution [message #136311] |
Thu, 25 September 2008 11:20  |
andrea Messages: 16 Registered: July 2009 |
Junior Member |
|
|
Hi,
What I'm going to do is tracing all statements executed starting from the
beginnig to the end of a procedure. This task is in some way obtained, for
instance, expanding every node in thread windows in execution flow. What I
wish is a sequence of all theese method callings possibly with the line
number.
Formerly, I tried to get it through "call stack" view, but I never was
able to see any informations in this view: someone noted that it should be
meaningful only during debugging.
So I have 2 questions:
Is it possible to collect informations about the whole callings of
methods, that is, a rearragging what I see in thread window (without
expanding every single node)?
is there a way to stop execution of profiler? That is: can it be used as a
debugger? Can we set any breakpoints?
thx so much
Andrea
|
|
|