From bcb11b3e3b440fec3f0af3d27d77916d8213ee05 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Mon, 16 Dec 2024 15:51:54 -0800 Subject: [PATCH] chore: add alt text for sequence diagrams (#520) --- overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overview.md b/overview.md index 815ce4f..978594e 100644 --- a/overview.md +++ b/overview.md @@ -179,7 +179,7 @@ After the response to `configurationDone` is sent, the debug adapter may respond The following sequence diagram summarizes the sequence of requests and events for a hypothetical _gdb_ debug adapter: - +Sequence diagram of the launch flow ### Stopping and accessing debuggee state @@ -233,7 +233,7 @@ If the debuggee has ended (and the debug adapter is able to detect this), an opt This diagram summarizes the sequence of request and events for a hypothetical debug adapter for _gdb_: - +Sequence diagram of the termination flow ## Libraries (SDKs) for DAP providers and consumers