Publish Clusterflux 45bbc21
This commit is contained in:
parent
eb1077f380
commit
3f88254c70
28 changed files with 896 additions and 167 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Debugging
|
||||
|
||||
The DAP runtime observer keeps one coordinator session open and reconnects it
|
||||
with a 100 ms to 5 second exponential backoff. Polling is responsive around
|
||||
debug actions (100 ms) and backs off to one observation cycle every 5 seconds
|
||||
while idle. A cycle makes at most four coordinator requests, so steady-state
|
||||
idle traffic is bounded at 0.8 requests per second per debug session.
|
||||
|
||||
The VS Code extension uses the Debug Adapter Protocol and the coordinator's
|
||||
authoritative process, task, attempt, and Debug Epoch APIs.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue