/vscode-chrome-debug-core

A library for implementing VS Code debug adapters for targets that implement the Chrome Debug Protocol.

Primary LanguageTypeScriptOtherNOASSERTION

VS Code - Debugger for Chrome

Join the chat at https://gitter.im/Microsoft/vscode-chrome-debug build status

A library for building VS Code debug adapters for targets that support the Chrome Debugging Protocol.

To use in a new project

The consumer project needs to have these typings installed, since they are required by -core's exported .d.ts files, and since they're written as ambient typings, not modules.

npm install --save vscode-chrome-debug-core
npm install --save-dev typings
typings install --global --save dt~es6-collections dt~es6-promise dt~node

=== This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.