Skip to content

Instantly share code, notes, and snippets.

View HomyeeKing's full-sized avatar
👀
source code

Homyee King HomyeeKing

👀
source code
View GitHub Profile
@HomyeeKing
HomyeeKing / launch.json
Created July 22, 2023 08:50
debug git in vscode
{
"version": "0.2.0",
"configurations": [
{
"name": "debug git command",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/git",
"args": [
"clean", // command you want to debug