Skip to content

Commit

Permalink
docs: move vscode extension up on the page (#47148)
Browse files Browse the repository at this point in the history
Discussed on Slack to move the download link bit up on the page so it is
more visible.

![CleanShot 2024-08-14 at 21 47
35@2x](https://github.com/user-attachments/assets/cee698c3-1719-4504-a300-001d36e59625)

Signed-off-by: Saihajpreet Singh <c-saihajpreet.singh@anyscale.com>
  • Loading branch information
saihaj authored Aug 22, 2024
1 parent 43ba9b9 commit 4e226be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/source/ray-observability/ray-distributed-debugger.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ray Distributed Debugger
========================

The Ray Distributed Debugger is a VS Code extension that streamlines the debugging process with an interactive debugging experience. The Ray Debugger enables you to:
The Ray Distributed Debugger is a `VS Code extension <https://www.anyscale.com/blog/ray-distributed-debugger?utm_source=ray_docs&utm_medium=docs&utm_campaign=promotion#download-for-free>`_ that streamlines the debugging process with an interactive debugging experience. The Ray Debugger enables you to:

- **Break into remote tasks**: Set a breakpoint in any remote task. A breakpoint pauses execution and allows you to connect with VS Code for debugging.
- **Post-mortem debugging**: When Ray tasks fail with unhandled exceptions, Ray automatically freezes the failing task and waits for the Ray Debugger to attach, allowing you to inspect the state of the program at the time of the error.
Expand All @@ -16,8 +16,6 @@ Ray Distributed Debugger abstracts the complexities of debugging distributed sys
<iframe width="560" height="315" src="https://www.youtube.com/embed/EiGHHUXL0oI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

`Download <https://www.anyscale.com/blog/ray-distributed-debugger?utm_source=ray_docs&utm_medium=docs&utm_campaign=promotion#download-for-free>`_ the Ray Debugger extension.


Set up the environment
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4e226be

Please sign in to comment.