From c3cae6770b9db152a99fe9c2d371bb5c45d90847 Mon Sep 17 00:00:00 2001 From: Jens Reinecke Date: Wed, 15 Jan 2025 10:42:31 +0100 Subject: [PATCH] docs work in progress Signed-off-by: Jens Reinecke --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ccf75..ff8373a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ This extension provides a number of features that integrate into the Visual Stud ## Launch Settings -TODO +The Visual Studio Debug Extension for GDB supports two debugger types: +* `gdb`: Launch or attach to an application locally running on your host machine using GDB. +* `gdbtarget`: Launch or attach to a running remote GDB server using GDB. + + ## Memory Browser