1.0.8 • Published 7 years ago

glasswing v1.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Glasswing

Glasswing lets you browse a website's code while seeing the actual runtime values of variables and function parameters.

npm.io

You can try some examples on the website.

Installation

Install Glasswing from NPM: npm install -g glasswing

Then launch it with glasswing --save /tmp/glasswing and got to http://localhost:9500.

Features

  • view values assigned to variables
  • jump to function definition
  • view function return values