资 源 简 介
Introduction
The Debug-JS project is designed to provide an easy, clean and clear way to debug JavaScript applications. This is a minimal-powerful implementation that"s provides a set of debugging, tracing and profiling tools designed using an AOP pattern.
Debug-JS is easy. Why?
It"s object-oriented.
It attaches to any object without adding dirty code into the application.
It"s compatible with several JS frameworks (see Compatibility page).
It doesn"t requires complex code implementation in order to be used.
It"s cross-browser compatible.
Debug-JS is useful. Why?
It has debugging, tracing and profiling support.
It causes no overhead because uses only standard JavaScript.
It could be used in any browser.
It"s lightweight, < 5KB packed and < 20KB the development version.
It wo