Tag

launch.json

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Aug 5, 2024 · Backend Development

Master VS Code launch.json: Debug Node.js and Chrome with Ease

This guide explains why developers love Google DevTools, introduces VS Code's launch.json for configuring debugging sessions, covers REPL basics, provides practical examples for Node.js and Chrome debugging, and details every launch.json option with descriptions, types, defaults, and sample code.

ChromeConfigurationNode.js
0 likes · 11 min read
Master VS Code launch.json: Debug Node.js and Chrome with Ease
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 20, 2024 · Frontend Development

Configuring and Using VSCode Debugging for Front‑End Development

This guide explains how to set up a launch.json file in VSCode, add breakpoints, and run the debugger to efficiently troubleshoot front‑end code, highlighting the use of Chrome launch, breakpoint panels, variable inspection, and step‑through execution.

FrontendVSCodebreakpoints
0 likes · 4 min read
Configuring and Using VSCode Debugging for Front‑End Development