devtool icon indicating copy to clipboard operation
devtool copied to clipboard

[OBSOLETE] runs Node.js programs through Chromium DevTools

Results 71 devtool issues
Sort by recently updated
recently updated
newest added

I'm using devtools to start up my server file with `devtools bin/www --watch` Which is great and works perfectly along side `gulp` for me. But whenever I change a jade/pug...

I'm have some code that runs a few tests then calls process.exit(). Without process.exit the code never terminates in node on the command line which breaks my automated tests. However...

Assume the user wants to require a module that is relative to the directory they started `devtool` from.

Tested on macOS High Sierra. Fixes #82

This allows for proper NodeJS-style cleanup before the window closes. **PS:** You can add me as a contributor too. 😄

I can't see any information about the advantages of `devtool` compared to `node --inspect`.

I'm using `devtool` to debug `expressjs`: ``` devtool -w --break .\bin\www ``` I can find app.js, some time not. How to open script file that I want to debug?

Requiring native modules works fine, but for those on cwd, it cannot find any.

I use alibaba macaca 。The tools‘ github url is https://macacajs.github.io/macaca/. It is testcase url is https://github.com/macacajs/macaca-test-sample。 Then I use devtool to do this。 I am sure the environment and operate...