Deepin Linux
Deepin Linux
Feb 25, 2026 · Backend Development

Master VSCode and GDB: Complete Guide to C/C++ Debugging

This comprehensive tutorial walks you through installing VSCode and GDB on Linux, macOS, and Windows, configuring launch.json and tasks.json, mastering basic and advanced debugging techniques such as breakpoints, watchpoints, multithreaded and remote debugging, and troubleshooting common issues for C/C++ development.

CGDBVSCode
0 likes · 26 min read
Master VSCode and GDB: Complete Guide to C/C++ Debugging
21CTO
21CTO
Jan 23, 2026 · Information Security

How Malicious tasks.json Can Auto‑Run Code in VS Code and How to Protect Yourself

Security researchers uncovered a vulnerability where malicious code hidden in a VS Code tasks.json file can execute automatically when a folder is opened, prompting a discussion of VS Code's safeguards, the attack's capabilities, and practical steps developers can take to mitigate the risk.

ContainerizationVS Codemalicious code
0 likes · 5 min read
How Malicious tasks.json Can Auto‑Run Code in VS Code and How to Protect Yourself