问题描述
我试图在Google Chrome浏览器中查看一个页面,但我收到以下消息:Aw,Snap!显示此网页时发生错误。有没有办法获得有关出现问题的更多信息?
更新:Aw,Snap控制台是可见的。
我不知道在非调试版本中是否会看到很多,但尝试打开登录并查看显示的内容:
启动具有以下标志的Chrome: - enable-logging --log-level = 0
在Vista上,您的日志文件将位于:
C:\Users\< username> \ AppData\Local\Google\Chrome\User Data\Default
在XP上,您的日志文件将在:
C:\Documents and Settings\< username> \Local Settings\Application Data\Google\Chrome\User Data\Default
/ p>
请参阅。
I am trying to view a page in Google Chrome, but I get the message: "Aw, Snap! Something went wrong while displaying this web page". Is there a way to get more information about what went wrong?
Update: the "Aw, Snap" remark is shown only when the JavaScript console is visible.
I don't know if you'll see much in the non-debug build but try turning on logging and see what shows up:
Launch Chrome with these flags: --enable-logging --log-level=0
On Vista your log file would be in:C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
On XP your log file would be in:C:\Documents and Settings\<username>\Local Settings\Application Data\Google\Chrome\User Data\Default
See http://www.chromium.org/for-testers/enable-logging for details.
这篇关于如何获取更多信息,当“Aw Snap”屏幕显示在Chrome中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!