- Course
TypeScript in Practice: Debugging
TypeScript is a language for building enterprise-grade applications. We’ll learn to effectively debug TypeScript so that the applications we make function correctly.
- Course
TypeScript in Practice: Debugging
TypeScript is a language for building enterprise-grade applications. We’ll learn to effectively debug TypeScript so that the applications we make function correctly.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
TypeScript is a language with many advantages, but the presence of types, and a build step, make it more challenging to debug than traditional web applications. In this course, TypeScript in Practice: Debugging, you’ll learn to use the debugger to solve a variety of TypeScript bugs. First, you’ll learn about what TypeScript debugging is and what the main strategies are for accomplishing it. Second, you'll learn to use Source Maps to solve real-world TypeScript bugs. Third, you’ll use the VSCode debugger to debug TypeScript apps. Finally, you’ll use Google Chrome to debug TypeScript applications. By the end of this course, you’ll have the skills and knowledge of debugging TypeScript apps needed to quickly and effectively debug many challenging TypeScript issues.