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

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: ![image](https://cloud.githubusercontent.com/assets/449224/14760065/08f6d29a-096b-11e6-8493-c7cc9fa4d628.png) ![image](https://cloud.githubusercontent.com/assets/449224/14760077/a2d0691c-096b-11e6-9ca6-4ff9f11c539a.png) 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.

bug

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. ![image](https://cloud.githubusercontent.com/assets/1388759/15065561/6df08736-1361-11e6-8ed6-b76dc6348b29.png) 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.

question

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...

electron issue

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`...

bug

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...