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