Achuth Hadnoor
Back to writing

VS Code debugging for web developer

1 min read
JavaScriptWeb Developmentdebugging#codenewbiesDeveloper

Visual Studio Code is a lightweight IDE for developing and debugging web applications running on JavaScript.

Setting up launch configurations, breakpoints, conditional logpoints, and attached browser sessions inside VS Code dramatically reduces context switching between the browser DevTools and your codebase.