All Projects → voronianski → Dumbugger

voronianski / Dumbugger

Automatically google for similar JavaScript errors when thrown.

Labels

dumbugger

Full-stack javascript debugger for smart people. 👻

Dumbugger opens your browser tab with google query with error stack info everytime when your code throws exception.

Install

npm install dumbugger --save

Usage

Include dumbugger script before any of your application code.

Node.js

require('dumbugger/server'); // for server side

or

require('dumbugger/browser'); // for npm powered bundles

Browser

<script src="path/to/dumbugger/browser.js"></script>

MIT Licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].