https://github.com/cahnory/jsdebug
https://github.com/cahnory/jsdebug
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cahnory/jsdebug
- Owner: cahnory
- Created: 2012-01-19T11:21:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-20T13:22:49.000Z (over 14 years ago)
- Last Synced: 2023-03-11T13:49:40.922Z (over 3 years ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
#What ?
A simple tool to find common issues in JS script. It's a draft for the moment.
#How ?
By including jsDebug before any other JS script.
#Why ?
How many times you asked yourself "why it's not working in IE" and remembered that you left some console.log calls in your script ?