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 have just a .js file. For example, this: ![Just a .js file](https://cloud.githubusercontent.com/assets/6689673/17457253/e0de4db8-5bfb-11e6-9f09-c65cc2f8da47.png) When I try to debug this I usually have next result: ![Result](https://cloud.githubusercontent.com/assets/6689673/17457260/0b592220-5bfc-11e6-86cb-1c924202edfd.png) Javascript, as you can see,...

Assuming I'm in the parent directory of the module I'm attempting to `require`... ``` sh devtool ``` Then type in the Console: ``` js require('./my-module') // throws error: Cannot find...

When I manually close the devtool window on OSX, the Electron icon persists in the dock and Force Quit doesn't make it go away either. ![http://i.imgur.com/iTvwyJ2.jpg](http://i.imgur.com/iTvwyJ2.jpg)

some log middleware (like [morgan](https://github.com/expressjs/morgan)) 's out can't find on the devtool and terminal.

Please check the screenshot below ![image](https://cloud.githubusercontent.com/assets/37770/16766017/e8f89dec-4854-11e6-889e-bd88bbb342e5.png) Any idea on what could be causing this issue. I have tried to rebuit node-sass and run npm install as well but no success.

App works like a charm with `nodemon`. When I try to run my app with `devtool`, `devtool` displays an error in Chrome Devtool console. ``` devtool bin/www --watch [ERROR! bin/www]...

Hey, I stumbled upon this talk: https://www.youtube.com/watch?v=x8u0n4dT-WI And it seems node.js support is coming to chome (at the end of the talk) I guess you guys are aware of this?

when `.devtoolrc` has: ``` { "v8": { "flags": [ "--use_strict" ] } } ``` This error will prevent the devtools windows from opening and will show this error: ``` [14982:0613/210116:ERROR:CONSOLE(4153)]...

On version 1.7 which I was on previously, the blackboxing worked fine. I have a node_modules directory in my project which is blackboxed: ![image](https://cloud.githubusercontent.com/assets/842078/15702973/e100f0de-27da-11e6-9b44-36fee8ae5f25.png) However, it's still throwing exceptions -...

I'd like to be able to register a service worker: navigator.serviceWorker.register('/sw.js'); Access to service workers is denied in this document origin. Is looks like there is a function that can...