IE Diagnostics Adapter is a standalone exe that enables tools to debug and diagnose IE11 using the Chrome remote debug protocol.
Перейти к файлу
AndySterland df2085f6fd Basic cookie inspection working in Chrome dev tools. 2015-04-11 21:46:25 -07:00
Common Suppress conversion warning. 2015-03-28 00:07:29 +09:00
DebuggerCore Fixing up projects 2015-03-17 16:06:38 -07:00
IEDiagnosticsAdapter intial stub of cookie API 2015-04-11 12:34:23 -07:00
IEWebKitImpl Basic cookie inspection working in Chrome dev tools. 2015-04-11 21:46:25 -07:00
Proxy Fixing up projects 2015-03-17 16:06:38 -07:00
.gitignore Fixed .gitignore. Fixes #7 2015-04-02 21:46:12 -03:00
IEDiagnosticsAdapter.sln Merge branch 'dom_implementation' 2015-03-26 14:58:03 -07:00
License.txt Initial Code 2015-03-06 14:24:00 -08:00
README.md corrected proxy file name 2015-04-05 18:28:07 +05:30

README.md

IEDiagnosticsAdapter

IE Diagnostics Adapter is a proxy that enables tools to debug and diagnose IE using the Chrome remote debug protocol.

Current Release

https://github.com/Microsoft/IEDiagnosticsAdapter/releases/tag/0.1.2

Installing

Simply download and unpack a release on to your hard drive.

  1. Download the current release x86 or x64
  2. Copy into a folder on disk where you wish to run the file from e.g. %HOMEPATH%\Desktop
  3. Extract the files
  4. Delete the zip file
  5. If you plan to use this tool against IE in Enhanced Protected Mode, navigate to the directory containing Proxy.dll and type icacls proxy.dll /grant "ALL APPLICATION PACKAGES":(RX) in Command Prompt to grant necessary permissions

Running

  1. Launch IE and browse to the site you want to debug
  2. Run the IEDiagnosticsAdapter.exe

Connecting

Brackets

Chrome Dev Tools

  1. Open Chrome browse to http://localhost:9222/
  2. Choose a page to debug

Required Browsers

In order to use the IE Diagnostics Adpater you need to have IE11 installed.

Supported Chrome Remote APIs

The table below is a summary of the support for the various Chrome remote debugging v1.1 protocol. Right now the IE Diagnostics Adapter just supports the core debugging feature set. More detailed information can be found on the wiki.

Building & Contributing

To build and contribute to this project take a gander at the wiki pages on building and contributing