Debugging within Your IDE
An IDE stands for an Integrated Development Environment. Not only can you write your code in an IDE, and compile it, it usually has different ways to debug your content. How you debug will depend some based upon your IDE. VS Code has code built in debuggers for Type Script and JavaScript. Additional debuggers can…