Skip to content

Event-Horizon/vscode-chrome-debug-core

 
 

Repository files navigation

VS Code - Debugger for Chrome

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.8%