1.0.6 • Published 3 years ago

web-debugger v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

Debuggr Server

Web Debugger enables develoepers to debug any browser from any desktop in Node.js environment over LAN

  • NPM package
  • use through CLI

Features

  • Debug as many clients at once
  • Debug UI in real time

Installation

Web Debugger requires Node.js to run.

Install the Web Debugger CLI from npm

$ npm install web-debugger -g

Debug your website It's so simple

$ web-debugger path/to/website/ 
# OUTPUT : 
# Website server url => http://localhost:8080
# Debugger Dashboard url => http://localhost:8888

Optional CLI arguments

You can configure how the CLI handle website and debugger

ArgumentUse
-s or --server-portport number at which the website will be served
-d or --debugger-portport number at which the debugger dashboard will be served
-h or --helpGet help

Todos

  • Mimic Chrome web debugging tools

License

MIT

Free Software?, Forever...