When debugging with elmah, is there any way to inspect the actual variables in an exception?I know that I can find the http-get/post variables in the querystring/form section, but is there any way to see the current values of variables in the method where the exception is thrown?