diff --git a/doc/source/ray-observability/images/debugger-disconnect.gif b/doc/source/ray-observability/images/debugger-disconnect.gif new file mode 100644 index 000000000000..3d17e7bbfa08 Binary files /dev/null and b/doc/source/ray-observability/images/debugger-disconnect.gif differ diff --git a/doc/source/ray-observability/ray-distributed-debugger.rst b/doc/source/ray-observability/ray-distributed-debugger.rst index f93329cbbeb3..82f6b40556a2 100644 --- a/doc/source/ray-observability/ray-distributed-debugger.rst +++ b/doc/source/ray-observability/ray-distributed-debugger.rst @@ -77,10 +77,14 @@ When the debugger hits a breakpoint: :align: center -Start debugging -~~~~~~~~~~~~~~~ +Start and stop debugging +~~~~~~~~~~~~~~~~~~~~~~~~ -Debug your Ray app as you would when developing locally. +Debug your Ray app as you would when developing locally. After you're done debugging this particular +breakpoint, click the **Disconnect** button in the debugging toolbar so you can join another task +in the **Paused Tasks** list. + +.. figure:: ./images/debugger-disconnect.gif Post-mortem debugging