Stack Trace with actual values of parameters

A

arm

I would like to have the possibility to trace with the normal stack dump
the actual values of the parameters. Does anybody know how to get them
from stack ?

In detail:

with stackTrace.GetFrame(frameCount);

and stackFrame.GetMethod();

I can get the called methods on stack and with reflection
the type and count of the parameters but i can see no
way to get the actual value of each parameter which would
help a lot in a log-file in case of an exception!
 
G

Guest

Sorry,

but i searched for "stack trace" in all news groups and
didn't get a match. Can you please give me a hint where i
can find the discussion?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top