On Apr 9, 1:23 pm, JBeerhal...@gmail.com wrote:
> > >Have you set the debugger type to "Mixed"?
>
[quoted text clipped - 17 lines]
>
> - Show quoted text -
Sorry about the double post, I accidentally gave the send button focus
and clicked enter.
Anyway
void CoolProcedure(String^ string1, String^ string2)
{
String ^debuggableString1 = string1;
String ^debuggableString2 = string2;
.....Useful code goes here
}
Its definately tedious to put the extra code in, debug, and then pull
the code back out, but at least debuggableString1 and debuggaleString2
actually evaluate in the watch window, whereas string1 and string2 do
not.
-JB