[doc] Add documentation for Ray debugger (#11815)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Philipp Moritz
2020-11-05 16:25:27 -08:00
committed by GitHub
parent 27c810a97e
commit 28e7439cf0
5 changed files with 214 additions and 5 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ def dashboard(cluster_config_file, cluster_name, port, remote_port):
type=str,
help="Override the address to connect to.")
def debug(address):
"""Debug Ray program."""
"""Show all active breakpoints and exceptions in the Ray debugger."""
from telnetlib import Telnet
if not address:
address = services.find_redis_address_or_die()