Hi folks,
when i debug my ASP.NET web site code using the Microsoft debug symbol's for .NET .. i keep getting this silly 'result' for most of the variables when i'm debugging .NET framework code (which of course is provided by the Microsoft Symbol Server, which i told VS2008 to grab the info, from)
Cannot obtain value of local or argument 'cookie' as
it is not available at this instruction pointer, possibly because
it has been optimized away.
it's like the code i'm using is using optimized, compiled code. If that's the case, can i tell it NOT to optimize? i'm in DEBUG configuration. It's very frustrating because i cannot debug .. cause i can't see / retrieve the values of local variables as i step through the code.
any clues/thoughts?