ConsoleJS icon indicating copy to clipboard operation
ConsoleJS copied to clipboard

Javascript remote console logging

Results 8 ConsoleJS issues
Sort by recently updated
recently updated
newest added

When I get to "node Server\Start.js", I get: internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module '/Users/kupietz/ServerStart.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:829:12) at startup (internal/bootstrap/node.js:283:19) at...

[sombriks@sephiroth ConsoleJS]$ nodemon [nodemon] 1.10.0 [nodemon] to restart at any time, enter `rs` [nodemon] watching: _._ [nodemon] starting `node ./Server/Start.js` Remote console URL: http://sephiroth:8082 /home/sombriks/git/ConsoleJS/Server/Server.js:34 originalHandleRequest = io.Manager.prototype.handleRequest; ^ TypeError:...

Currently, it's open to the public which makes it very unsecure. You can't whitelist the ip address though, because both the mobile port and the web view ports are the...

``` "dependencies": { "socket.io": "latest" } ``` Congratulations for such a hack. Great, nice!

I noticed that in Common menu there are 3 interesting commands: Body, Scripts, Styles Can we have 4th option that grabs the whole document from device and displays it/renders it...

enhancement

Hi, Would it be possible to list connected clients individually? Currently two connected clients of the same type share the same window, and appear under a single item in the...

enhancement

Hi, Would it be possible to capture sent commands, so that they can be selected from a list and re-played? thanks, Rhod.

enhancement