devtool
devtool copied to clipboard
[OBSOLETE] runs Node.js programs through Chromium DevTools
I added a workspace and then realized that it doesn't work and saw #27 that electron doesn't let you support this, but I can't remove the workspace and now when...
In the last update, breakpoints are broken, I can't set or delete the breakpoints after I refresh with `F5` or `ctrl+r` Really annoying because I have to keep running the...
C:\Users\cmd>devtool -v devtool 2.2.0 electron 1.3.3 node 6.3.0 chrome 52.0.2743.82   my ubuntu16.04 do this is ok。please help me。 
I'm trying to run something like so: ``` js require('babel-register') // Do stuff ``` It only works with `--no-source-maps`. I'm getting this error: ``` /home/dev/W/app/index.js /home/dev/W/app/node_modules/babel-register/lib/node.js /home/dev/W/app/node_modules/babel-core/index.js /home/dev/W/app/node_modules/babel-core/lib/api/node.js /home/dev/W/app/node_modules/babel-core/lib/transformation/file/index.js /home/dev/W/app/node_modules/convert-source-map/index.js...
I've noticed VM scripts do not have their breakpoints triggered. Do you have any insight on this? Probably due to the debugger protocol not being supported in VM, right? For...
hi, everyone, i think devtool is so cool, but becasue of the limtitation of company net , when i reach to election install step, it will fail, so how can...
Mac OS X, v10.11.5 Node v4.4.3 NPM v3.10.2 ``` npm install devtool -g /usr/local/bin/devtool -> /usr/local/lib/node_modules/devtool/bin/index.js > [email protected] install /usr/local/lib/node_modules/devtool/node_modules/fsevents > node-pre-gyp install --fallback-to-build [fsevents] Success: "/usr/local/lib/node_modules/devtool/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" is installed via...
Hey this is an awesome tool! I'm using node inside of a docker container and I was wondering if I could spawn devtool in headless mode then on my host...
It would be nice when hitting a break point, it should automatically bring the window into focus or highlight the taskbar icon, to let us know it has hit a...
use https://github.com/mattkime/node-test-debuggers and run `npm run devtool`. continue execution after it hits a breakpoint. you should see this error in the terminal - `[27901:0810/105657:ERROR:CONSOLE(0)] "The given range isn't in document.",...