Skip to content

JayMartMedia/vscode-debugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

VSCode Debugging

This repo will show you how to debug a JS project in VSCode.

Often times developers will use console.log in an attempt to debug issues in their program. This can work, but often using an interactive debugging environment makes it easier to find certain bugs.

Debugging a simple JS project

Check out the readme in the js-project directory. If you like or prefer content in video format, you can watch this video for a quick walk through: https://youtu.be/4UGyzRo8Dsk

Debugging a simple TS project

Future

Debugging a larger project where the startup file is in a node module

Future

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published