web-debugger

1.0.6 • Public • Published

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

Argument Use
-s or --server-port port number at which the website will be served
-d or --debugger-port port number at which the debugger dashboard will be served
-h or --help Get help

Todos

  • Mimic Chrome web debugging tools

License

MIT

Free Software?, Forever...

Dependencies (28)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i web-debugger

    Weekly Downloads

    2

    Version

    1.0.6

    License

    ISC

    Unpacked Size

    3.1 MB

    Total Files

    42

    Last publish

    Collaborators

    • harkal18