Back to Articles
A Quick JS Error Debugger
Home-grown debugging tools can be extremely handy and have the potential to save you from headaches and lost time.
Although not very elaborate, here is a quick example of a self-contained JavaScript debugger that can bring problems to your attention without having to have the console open. It is best used in a development environment, and should not find its way into your production code.
You can see this in action in the bottom-right corner of this page.
Hopefully this can make your development a little smoother
Previous ArticleI made a quick JS error debugger, and thought I would share: https://t.co/C2jmaYf0kQ
— Rand Seay (@randseay) August 22, 2016