I have Javascript code that causes IE11 to crash. How can I find offensive code? (function name, line number, stack trace, whatever)
The only option I see is
debugging with VS2015
but this still tells me the hex offset in the dll (mshtml.dll) where the exception was raised
What is the error report from VS2015:
Unhandled exception in 0x62E06A9C (mshtml.dll) in iexplore.exe: 0xC0000005: Access violation read location 0x00000028.
source share