Debugging is an art form. The better you are at debugging the more efficient you will become at writing code. One trick to becoming a better debugger is having a great toolbox. The more tools that you add to your toolbox, the higher the chances of you solving your issues. In this article, I share 36 great resources that will help all JavaScript developer troubleshoot their code and their applications. These tools will help you master your craft. There should be a tool in this list that everyone can leverage, sounds good then let us begin!
💁 Monitoring
- Raygun - Realtime monitoring and crash protection for your Javascript apps
- SessionStack
- Vorlonjs
- Sitespeed.io
👌 Online & Runnable Simple Code Editors
🎍Browser Tools
- Chrome Developer tools
- React Developer Tools
- Per-Panel Documentation
- Command Line API Reference
- Keyboard & UI Shortcuts Reference
- Settings
- Firefox Developer Tools
- Node Inspect
😍 Documentation
📙 Testing Frameworks
🎁Reference
💯 JSON Tools
🌹 Linting
Happy Coding 🤘