How to view crash reports in Chrome?

One of my web pages systematically crashes on Google Chrome 32 (Aw, Snap!).

I am trying to determine which line of code is causing a browser crash. So far I have been handling a dichotomy, but I thought Chrome had a crash report that had some information - maybe ... useful information.

Does anyone know how to view these crash reports (they must exist somewhere, since Chrome has the ability to automatically send usage statistics and crash reports to Google).

Note. I tried to open Fiddler to intercept the crash report, but I'm not sure when it will be installed (I can just see that it is not sent immediately after the crash)

+3
source share

All Articles