Options

How to view variable values when an exception was thrown

DanAvniDanAvni Posts: 72 Bronze 2
i have a method call that threw an exception on one of many calls to it.
the method accepts a string and looks for it in a collection and then passes the object associated with that string to more internal processing.
the exception i get is that the string is not found.
although the method is in a DLL to which i do not have the source code, i could easily find the problem if i could see the problem if there was a way to view what is the string i am sending sometimes that causes the exception.

can this be done using ANTS profiler or any other tool?
Dan Avni

Comments

Sign In or Register to comment.