调试崩溃的 IE11

Debug a crashing IE11

我有一些 Javascript 代码使 IE11 崩溃。我怎样才能找出有问题的代码? (函数名称、行号、堆栈跟踪等)

我看到的唯一选项是

debug with VS2015

但这远远告诉我 DLL (mshtml.dll) 中引发异常的十六进制偏移量

这是 VS2015 的错误报告:

Unhandled exception at 0x62E06A9C (mshtml.dll) in iexplore.exe: 0xC0000005: Access violation reading location 0x00000028.

我发现的"solution"是升级到Javascript库导致崩溃的(D3,d3js.org)。崩溃就消失了

但是,是的,IE11 仍然很糟糕