devtool
devtool copied to clipboard
[OBSOLETE] runs Node.js programs through Chromium DevTools
It seems the `postinstall` script of `electron-prebuilt` sometimes fails to complete, resulting in a missing configuration file. ``` sh > devtool fs.js:549 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no...
Since that source maps is working in node-inspector so I suppose it's a bug in devtool. See if there's any information in the picture:   Steps to reproduces https://github.com/mvc-works/respo...
Hey there, I tried to install devtool as an npm module to call it later on my npm scripts like this: `{"debug": "devtool app.js"}` but I don't see my app.js...
When I use devtool, my websocket server will auto disconnect to client. if I use `node app.js`, it will be right.
Great Tool! When I have multiple instance of devtools running, it's not always clear to which window I need to go as all are named Developer Tools.  So it...
I'm attempting to use `devtool` for a project that registers custom require handlers for Babel and CoffeeScript. These handlers inject inline source maps automatically, but these maps are being discarded...
When i use cluster to fork sub-process, i can't enter the break point of anonymous function in the router.post and router.get.
Hi, Thanks for the great tool. I am thinking that it would be great to use the debugger as a code editor. I could add folders to the workspace right...
I have a node app running on `localhost:3000` which works fine When I do a normal `node app.js`, on another device I can just route to my local ip: `192.168.1.117:3000`...
I want to run an express server on port 80. When I start the server with `sudo node index.js`, it starts fine. However, when I use `sudo devtool index.js`, I...