Skip to content

Commit

Permalink
chore: add alt text for sequence diagrams (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Dec 16, 2024
1 parent 62e4f56 commit bcb11b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<img src="./img/init-launch.svg" width="100%">
<img src="./img/init-launch.svg" width="100%" alt="Sequence diagram of the launch flow">

### Stopping and accessing debuggee state

Expand Down Expand Up @@ -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_:

<img src="./img/stop-continue-terminate.svg" width="100%" />
<img src="./img/stop-continue-terminate.svg" width="100%" alt="Sequence diagram of the termination flow" />

## Libraries (SDKs) for DAP providers and consumers

Expand Down

0 comments on commit bcb11b3

Please sign in to comment.