amasad / debug_utils

Advanced JavaScript Debugging Utility Library
642 stars 37 forks source link

add the ability to install the utility functions on the global namespace #6

Closed amasad closed 10 years ago

amasad commented 10 years ago

some people would want to use this in code and not just from the console. debugUtils is to much typing. Add debugUtils.install() to copy functions to global namespace.