Skip to content

Instantly share code, notes, and snippets.

@kimkun07
kimkun07 / launch.json
Created January 12, 2024 05:49
vscode C++ build & debug for ICPC
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Debug",
"preLaunchTask": "build",
"type": "cppdbg",