An open API service indexing awesome lists of open source software.

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.

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].
[![Build Status](https://travis-ci.org/nbubna/debug.png?branch=master)](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)_