[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[],[],null,["# Viewing error reports in Error Reporting\n\n| **Beta**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThis document describes how to access and view Google Cloud Observability error reports\nin the Cloud Tools for Visual Studio Error Reporting tab.\n\nBefore you begin\n----------------\n\nConfigure your application to\n[log exceptions in Cloud Logging](/error-reporting/docs/setup/compute-engine#using_logging).\n\nAccessing the Error Reporting tab\n---------------------------------\n\nTo access and view the error reports in Visual Studio, select\n**Tools** -\\\u003e **Google Cloud Tools** -\\\u003e **Show Stackdriver Error Reporting**.\n\n### Information about the error reports\n\nThe reports display the following:\n\nError Reporting analyzes stack traces to remove duplicate errors and\ngroups the errors according to the common frameworks used by your application's\nprogramming language.\n\nYou can select a time-range button to display only those errors that occur\nwithin the specified time frame. For example, clicking **1 hour** displays\nerrors that occurred within the past hour.\n\nYou can click **Auto reload** to refresh the list every 10 seconds.\n\nViewing details of an error\n---------------------------\n\nTo view details about a specific error, click its row in the error list. The\n**Detail View** tab for the error displays.\n\nYou can examine the history of the selected error, as well as access diagnostic\ninformation contained in a series of error samples. C# applications generate\nsamples that include parsed stack traces.\n\nError Reporting groups together similar errors, so it only keeps\n1,000 samples of the errors and then extrapolates. For each sample, the UI shows\nthe data that is provided to Error Reporting.\n\nViewing the source code for an error\n------------------------------------\n\nErrors from the C# application and debug build contain source code location\ninformation at stack frames. To browse to the source code, click on the source\nlink. First, you must load the project that contains the file in your current\nVisual Studio solution."]]