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 am using "canvas" (npm install canvas), and it fails: ``` Uncaught Error: app.js node-canvas\lib\canvas.js node-canvas\lib\bindings.js A dynamic link library (DLL) initialization routine failed. node-canvas\build\Release\canvas.node ``` Example Program `var Canvas...

[email protected] ``` devtool -r ts-node/register server.ts ``` Fails with error: ``` ...\node_modules\ts-node\register.js ...\node_modules\ts-node\dist\index.js ...\node_modules\source-map-support\source-map-support.js An error occurred while trying to read the map file at ...\node_modules\source-map-support\foo.js.map Error: ENOENT: no such...

Have tried this several ways. Finally I took an example directly from MDN on this link here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures The text below is in a file called index.js (which i call...

I cannot log and inspect the HTTP requests executed by nodejs towards an external API. I read your guide and the paragraph about [--browser-field and xhr-request](https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools#code-classprettyprintbrowserfieldcode_4), but I need to...

This hadn't occurred to me as a wanted feature. But when using devtool on Ubuntu whilst using the `--watch` param the console would reload. Now I'm on Windows 10 and...

The `--expose-gc` v8 flag does not take effect when passed in command line with `--js-flags="--expose-gc"`. If this flag is present in the config file (e.g., in `.devtoolrc`), the whole config...

I just installed this on my Linux Mint Got following error while running js files: `fs.js:634 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/devtool/node_modules/electron/path.txt'...

NodeJS v7.0.0 When running node directly everything is fine. ``` /home/qwemaze/projects/containers/kholodilnikcompose/kholodilnik/node_modules/sharp/index.js Module version mismatch. Expected 50, got 51. at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:168:20) at Object.Module._extensions..node (module.js:583:18)...

When I run the following code using node it works as expected however when running it with devtool it return a save error: `var newOpts = new locator.db.customOptions({ optsType: 'some_opts',...

I am using `devtool` to debug [`atom-keymap`](https://github.com/atom/atom-keymap). Although it success on Travis but it is failing on [**Appveyor**](https://ci.appveyor.com/project/torn4dom4n/atom-keymap/build/1.0.35): ``` Error: C:\projects\atom-keymap\node_modules\mocha\bin\_mocha Cannot find module 'C:\projects\atom-keymap\spec\fixtures' at Module._resolveFilename (module.js:455:15) at Function.Module._resolveFilename...