Update debug-launch.md (#3647)
Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>
This commit is contained in:
Родитель
5c234b5018
Коммит
8975c78ef0
|
@ -74,7 +74,7 @@ Here are minimal examples of a `launch.json` file that uses `cmake.launchTargetP
|
||||||
"value": "Something something"
|
"value": "Something something"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"console": "externalTerminal",
|
"externalConsole": true,
|
||||||
"MIMode": "gdb",
|
"MIMode": "gdb",
|
||||||
"setupCommands": [
|
"setupCommands": [
|
||||||
{
|
{
|
||||||
|
@ -113,7 +113,7 @@ Here are minimal examples of a `launch.json` file that uses `cmake.launchTargetP
|
||||||
"value": "Something something"
|
"value": "Something something"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"console": "externalTerminal",
|
"externalConsole": true,
|
||||||
"MIMode": "lldb"
|
"MIMode": "lldb"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -145,7 +145,7 @@ Here are minimal examples of a `launch.json` file that uses `cmake.launchTargetP
|
||||||
"value": "Something something"
|
"value": "Something something"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"console": "externalTerminal"
|
"externalConsole": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -177,7 +177,7 @@ Here are minimal examples of a `launch.json` file that uses `cmake.launchTargetP
|
||||||
"value": "Something something"
|
"value": "Something something"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"console": "externalTerminal"
|
"externalConsole": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче