mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 04:50:24 +08:00
[doc] Add documentation for Ray debugger (#11815)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user