https://github.com/nbubna/debug
Simple way to keep an eye on particular functions and values in a page.
https://github.com/nbubna/debug
Last synced: over 1 year ago
JSON representation
Simple way to keep an eye on particular functions and values in a page.
- Host: GitHub
- URL: https://github.com/nbubna/debug
- Owner: nbubna
- License: mit
- Created: 2013-10-29T17:36:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-30T05:06:52.000Z (over 12 years ago)
- Last Synced: 2025-01-21T00:41:09.251Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Easy way to keep an eye on what a particular function or value is up to.
For now it's just a simple script that needs work.
Goal is to have it useable as a bookmarklet and
also to have it load with the page and check the url for any debug={ref}
that should be automatically run.
## Getting Started
Download the [production version][min] or the [development version][max].
[](https://travis-ci.org/nbubna/debug)
[min]: https://raw.github.com/nbubna/debug/master/dist/debug.min.js
[max]: https://raw.github.com/nbubna/debug/master/dist/debug.js
In your web page:
```html
debug('foo.bar');
```
## Documentation
_(Coming soon)_
## Examples
_(Coming soon)_
## Release History
_(Nothing yet)_