Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've started looking into stack trace and reflection class. I am only able to access method calls. Is there a way to get the local variables that were assigned? The stack has a big list of variables but I can't tell what they are.

 

I want to build a debug file that tells me what the program did in a very readable format. Any links or suggestions appreciated.

  • Leaders
Posted
This same question was asked here not too long ago. All I can tell you is that no one could come up with an answer and that I for one can't decipher that raw binary data from the stack trace (which is a private field anyways).
[sIGPIC]e[/sIGPIC]
Posted
This same question was asked here not too long ago. All I can tell you is that no one could come up with an answer and that I for one can't decipher that raw binary data from the stack trace (which is a private field anyways).

 

On other links there are possibilties that are very complicated involving CLR :confused: .

 

Anyways, my idea is to treat each method (process) into an object. So if one process reports a warnings or error. The XSLT log displays a chain to identify the problem with links to object props, etc.. However, I'm not quite sure how to factor in the time dimension to view the object's past state. I'm just a newbie coming up w/ ideas.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...