df2085f6fd | ||
---|---|---|
Common | ||
DebuggerCore | ||
IEDiagnosticsAdapter | ||
IEWebKitImpl | ||
Proxy | ||
.gitignore | ||
IEDiagnosticsAdapter.sln | ||
License.txt | ||
README.md |
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.
- Download the current release x86 or x64
- Copy into a folder on disk where you wish to run the file from e.g.
%HOMEPATH%\Desktop
- Extract the files
- Delete the zip file
- 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
- Launch IE and browse to the site you want to debug
- Run the IEDiagnosticsAdapter.exe
Connecting
Brackets
Chrome Dev Tools
- Open Chrome browse to http://localhost:9222/
- 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