Debug TypeScript applications using the VSCode debugger

InstructorRich Buggy

Share this video with your friends

Send Tweet

The VS Code debugger provide a rich debugging experience allowing you to step through your code line by line and view variable values. In this video you will learn how to enable source maps for TypeScript and use them with the VS Code debugger so you can write and debug code using the TypeScript source while Node executes the compiled output.