|
|
How to find parameter values to a method? (1 viewing) 1 Guest
Favoured: 1
|
|
TOPIC: How to find parameter values to a method?
|
|
How to find parameter values to a method? 01 Sep 2011 - 20:53
|
Hi all,
I faced an .net exception in my application in the customer machine.
Without closing the exception I attached Windbg and I saw the clrstack.
The method in which exception has occurred accepts a string as an parameter.
But I am not able to identify the value of paramater in !clrstack -p as well.It shows as no data.
Please help me out.
|
|
|
Logged IP
|
|
The administrator has disabled public write access.
|
|
Re: How to find parameter values to a method? 17 Mar 2012 - 13:10
|
Hi,
!dso should show you all the objects on the managed stack. You'll find your string there.
Cs.
|
|
|
Logged IP
|
|
The administrator has disabled public write access.
|
|
|
|