glasswing
v1.0.8
Published
Glasswing lets you browse a website's code while seeing the actual runtime values of variables and function parameters.
Downloads
19
Readme
Glasswing
Glasswing lets you browse a website's code while seeing the actual runtime values of variables and function parameters.
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