Skip to content

The chromium devtool for debugging nodejs on Mac OX, Linux and Windows based on node-webkit.

License

Notifications You must be signed in to change notification settings

xinchaobeta/cress-debug

Repository files navigation

Cress Debug

The chromium devtool for debugging nodejs on Mac OX, Linux and Windows based on node-webkit.

Why

  • The dev-tool inside chromium is more powerful and faster than the remote Blink Developer Tools which is used by node-inspector .

  • when you use the node-inspector, the remote dev-tool will pause the code , which means it is impossible to re-pause on expections on the code you write on the dev-tool's console.

Installation

$ npm install -g cress-debug 

Usage

# open devtool on current directory:

devtool


# open devtool on specified directory:

devtool your-specified-directory

Screenshot

screenshot

License

The MIT license.

About

The chromium devtool for debugging nodejs on Mac OX, Linux and Windows based on node-webkit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published