UNPKG

vscode-chrome-debug-core

Version:

A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol

20 lines (16 loc) 1.69 kB
# vscode-chrome-debug-core [![Join the chat at https://gitter.im/Microsoft/vscode-chrome-debug](https://badges.gitter.im/Microsoft/vscode-chrome-debug.svg)](https://gitter.im/Microsoft/vscode-chrome-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://vscode.visualstudio.com/_apis/public/build/definitions/9a4d7c24-3234-459a-a944-80bbe5a0824c/10/badge)](https://vscode.visualstudio.com/vscode-chrome-debug-core/_build/index?definitionId=10) A library for building VS Code debug adapters for targets that support the [Chrome Debugging Protocol](https://chromedevtools.github.io/devtools-protocol/). # Debuggers using this library - [VS Code Chrome Debugger](https://github.com/Microsoft/vscode-chrome-debug) - [VS Code iOS Web Debugger](https://github.com/Microsoft/vscode-ios-web-debug) - [VS Code PhantomJS Debugger](https://github.com/iradul/vscode-phantomjs-debug) - [VS Code Node Debugger](https://github.com/Microsoft/vscode-node-debug2) - [VS Code Edge Debugger](https://github.com/Microsoft/vscode-edge-debug) - [VS Code NWjs Debugger](https://github.com/karikera/vscode-nwjs) - [VS Code Cordova](https://github.com/Microsoft/vscode-cordova) - [VS Code NativeScript debugger](https://github.com/NativeScript/nativescript-vscode-extension) - Visual Studio 2017 Update 2 Node.js Debugger --- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.