Takashiharano Debug.js Save

Debugger of JavaScript, by JavaScript, for JavaScript

Project README

debug.js

debug.js is an embeddable JavaScript debugger for web development.

It allows you to debug easily without the F12 Tools. The library has useful features such as logging, DOM element inspector, screen measure, file viewer, command-line, original script interpreter for automated testing, etc.

Quick Start

Logging:

<!DOCTYPE html>
<html>
<head>
  <script src="debug.js"></script>
  <script>
    function foo() {
      log('button was clicked');
    }
  </script>
</head>
<body>
  <button onclick="foo();">BUTTON</button>
</body>
</html>

Documents & Demos

For more information on how to use, see: https://debugjs.net/

sample

Open Source Agenda is not affiliated with "Takashiharano Debug.js" Project. README Source: takashiharano/debug.js
Stars
26
Open Issues
3
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating