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

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

Closed
@weinand

Description

@weinand

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions