HttpWatch在IE11上不能使用

截取信息时报错:Code: 0xc0000005 (EXCEPTION_ACCESS_VIOLATION)
Address: 0x0878001B

(A MiniDump has already been written by this process to C:\Users***1\AppData\Local\Temp\httpwatchpro.dll.5232.4728.dmp)

SafeRead
Version: 9.4.17

Exception type: WIN32

错误原因应该是IE11是64位的,而httpwatch是32位的,通过修改注册表将IE改为32位的方式启动后,问题解决。
1、同时按下 Windows + R 键打开运行,在输入 Regedit 按下确认打开注册表编辑器。
2、展开至 HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain,在右侧列表中找到 TabProcGrowth 设定为非 0,如果这个数值型态是 DWORD,那可以设定为 1,如果型态是字串,可以设定为 medium。
3、继续在右侧列表中找到 Isolation (Windows 8 下面名称为 IsolationImmersive)设定为 PMIL。
4、然后重启IE浏览器即可变成32位。

或者编辑以下内容,放入*.bat,(可以自己命名,如 abc.bat),然后双击直接运行即可

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"TabProcGrowth"=dword:00000000
"Isolation"="PMIL"