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

Gap Analysis: chrome-debug vs. node-debug #1

Closed
2 of 29 tasks
weinand opened this issue Aug 9, 2016 · 1 comment
Closed
2 of 29 tasks

Gap Analysis: chrome-debug vs. node-debug #1

weinand opened this issue Aug 9, 2016 · 1 comment

Comments

@weinand
Copy link
Contributor

weinand commented Aug 9, 2016

Goal: Find out what is needed to use the 'Debugger for Chrome' extension as a replacement for 'Node Debug'.

Installation of node 7.0:

    npm install -g node-nightly
    node-nightly --version

Install experimental CDP extension:

    git clone https://github.com/Microsoft/vscode-node-cdp-debug
    cd vscode-node-cdp-debug
    npm install
    code .

Run node 7.0 in 'inspect' mode:

    node-nightly --inspect index.js

Findings:

@roblourens
Copy link
Member

This is moved to #7

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants