denode icon indicating copy to clipboard operation
denode copied to clipboard

Debug node apps like a pro

Results 5 denode issues
Sort by recently updated
recently updated
newest added

I was just trying denode for the first time and this is what I got: /usr/local/lib/node_modules/denode/node_modules/electron-localshortcut/index.js:118 app.on('browser-window-focus', (e, win) => { ^ TypeError: Cannot read property 'on' of undefined at...

bug

this looks like a very promising debugging solution, but I failed to use it with a not-so-simple project. - how can I use it with coffeescript, nodemon, Procfiles...? - do...

enhancement

Two errors, one in the denode console: > internal/process/warning.js:24 (node:55972) DeprecationWarning: 'GLOBAL' is deprecated, use 'global' The other in the invoking terminal: > 2016-09-22 09:46:30.902 Electron Helper[55973:371171] Couldn't set selectedTextBackgroundColor...

Would be nice to have an option to watch for file changes and auto-restart

enhancement

When I attempt to run this I get: ``` C:\appdev\mainline\projects\Intel\BusinessOnTheEdge\Retail\dev\node\node_modules\sqlanywhere\lib\in…:26 Uncaught Error: Could not load modules for Platform: 'win32', Process Arch: 'x64', and Version: 'v5.10.0' ``` If I don't use...

question