devtool
devtool copied to clipboard
[OBSOLETE] runs Node.js programs through Chromium DevTools
I have just a .js file. For example, this:  When I try to debug this I usually have next result:  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. 
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  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:  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...