Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Microsoft Edge Diagnostics Adapter is a protocol adapter that enables tools to debug Microsoft Edge using the Chrome DevTools Protocol.

License

Notifications You must be signed in to change notification settings

microsoft/edge-diagnostics-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f28a16c · May 5, 2016

History

54 Commits
Apr 27, 2016
Apr 11, 2016
May 5, 2016
Apr 25, 2016
Apr 20, 2016
Mar 23, 2016
Apr 25, 2016
Apr 25, 2016
Mar 23, 2016
Apr 25, 2016
Apr 26, 2016
Apr 15, 2016

Repository files navigation

Edge Diagnostics Adapter

Edge Diagnostics Adapter is a protocol adapter that enables tools to debug and diagnose Edge using the Chrome Debugging Protocol.

Installation

For now we provide binaries on our releases page and via NPM.

Install via NPM

npm install edge-diagnostics-adapter

Binary is now located in ./node_modules/edge-diagnostics-adapter/dist/<platform>

Usage

./<path>/EdgeDiagnosticsAdapter.exe
  • --help - show available commands
  • --launch <url> - for opening Edge with a specific URL.
  • --port <url> - the port number to listen on. Default is 9222.
  • --killall - kills all running Edge processes.
  • Ctrl-C to quit. Also, the adapter can be left running as a background process.

Usage via node.

To simplify usage with Node we are also providing edge-diagnostics-launch, that works a simple wrapper for the Edge Diagnostics Adapter.

View and inspect debuggable targets

Navigate to localhost:9222. You'll see a listing of all debuggable targets.

Supported features and API

See supported features and API or download the protocol.json.

Building & Contributing

To build and contribute to this project take a gander at the wiki pages on building and contributing (coming soon).

About

Microsoft Edge Diagnostics Adapter is a protocol adapter that enables tools to debug Microsoft Edge using the Chrome DevTools Protocol.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published